added some desktop files
This commit is contained in:
23
hypr/hud.conf
Normal file
23
hypr/hud.conf
Normal file
@@ -0,0 +1,23 @@
|
||||
# HUD: CONFIRM SWITCHING WORKSPACES with mainMod + [0-9]
|
||||
bind = $mainMod, 1, exec, nwg-hud -i nwg-workspace -m "Workspace 1"
|
||||
bind = $mainMod, 2, exec, nwg-hud -i nwg-workspace -m "Workspace 2"
|
||||
bind = $mainMod, 3, exec, nwg-hud -i nwg-workspace -m "Workspace 3"
|
||||
bind = $mainMod, 4, exec, nwg-hud -i nwg-workspace -m "Workspace 4"
|
||||
bind = $mainMod, 5, exec, nwg-hud -i nwg-workspace -m "Workspace 5"
|
||||
bind = $mainMod, 6, exec, nwg-hud -i nwg-workspace -m "Workspace 6"
|
||||
bind = $mainMod, 7, exec, nwg-hud -i nwg-workspace -m "Workspace 7"
|
||||
bind = $mainMod, 8, exec, nwg-hud -i nwg-workspace -m "Workspace 8"
|
||||
bind = $mainMod, 9, exec, nwg-hud -i nwg-workspace -m "Workspace 9"
|
||||
bind = $mainMod, 0, exec, nwg-hud -i nwg-workspace -m "Workspace 10"
|
||||
|
||||
# HUD: CONFIRM MOVING ACTIVE WINDOW TO A WORKSPACE with mainMod + SHIFT + [0-9]
|
||||
bind = $mainMod SHIFT, 1, exec, nwg-hud -i nwg-workspace -m "Workspace 1"
|
||||
bind = $mainMod SHIFT, 2, exec, nwg-hud -i nwg-workspace -m "Workspace 2"
|
||||
bind = $mainMod SHIFT, 3, exec, nwg-hud -i nwg-workspace -m "Workspace 3"
|
||||
bind = $mainMod SHIFT, 4, exec, nwg-hud -i nwg-workspace -m "Workspace 4"
|
||||
bind = $mainMod SHIFT, 5, exec, nwg-hud -i nwg-workspace -m "Workspace 5"
|
||||
bind = $mainMod SHIFT, 6, exec, nwg-hud -i nwg-workspace -m "Workspace 6"
|
||||
bind = $mainMod SHIFT, 7, exec, nwg-hud -i nwg-workspace -m "Workspace 7"
|
||||
bind = $mainMod SHIFT, 8, exec, nwg-hud -i nwg-workspace -m "Workspace 8"
|
||||
bind = $mainMod SHIFT, 9, exec, nwg-hud -i nwg-workspace -m "Workspace 9"
|
||||
bind = $mainMod SHIFT, 0, exec, nwg-hud -i nwg-workspace -m "Workspace 10"
|
||||
208
hypr/hyprland.conf
Normal file
208
hypr/hyprland.conf
Normal file
@@ -0,0 +1,208 @@
|
||||
# nwg-shell Hyprland config file
|
||||
#
|
||||
# The nwg-shell-config utility generates a part of settings for you:
|
||||
# General, Input devices, Touchpad, Dwindle layout, Master layout.
|
||||
# Decoration, animations, gestures and per-device config are left to be configured by yourself.
|
||||
# Refer to the Hyprland wiki at https://wiki.hyprland.org for more information.
|
||||
|
||||
#
|
||||
# Monitors & workspaces: nwg-displays generates 2 files, which we include here:
|
||||
#
|
||||
source = ~/.config/hypr/monitors.conf
|
||||
source = ~/.config/hypr/workspaces.conf
|
||||
|
||||
#
|
||||
# Autostart. Feel free to add your own entries.
|
||||
# Shell components will be started in the includes.conf file, which we include below.
|
||||
#
|
||||
exec = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||
exec-once = ~/.azotebg-hyprland # Wallpaper
|
||||
exec-once = systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||
|
||||
#
|
||||
# Include settings generated by nwg-shell-config
|
||||
#
|
||||
source = ~/.config/hypr/includes.conf
|
||||
|
||||
#
|
||||
# All the settings below are up to you. We don't touch them in the shell config utility.
|
||||
#
|
||||
|
||||
decoration {
|
||||
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
||||
rounding = 0
|
||||
blur {
|
||||
enabled = true
|
||||
size = 3
|
||||
passes = 1
|
||||
new_optimizations = true
|
||||
}
|
||||
}
|
||||
|
||||
animations {
|
||||
enabled = true
|
||||
|
||||
# Some default animations, see https://wiki.hyprland.org/Configuring/Animations/ for more
|
||||
bezier = myBezier, 0.05, 0.9, 0.1, 1.05
|
||||
|
||||
animation = windows, 1, 7, myBezier
|
||||
animation = windowsOut, 1, 7, default, popin 80%
|
||||
animation = border, 1, 10, default
|
||||
animation = borderangle, 1, 8, default
|
||||
animation = fade, 1, 7, default
|
||||
animation = workspaces, 1, 6, default
|
||||
}
|
||||
|
||||
gestures {
|
||||
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
||||
workspace_swipe = false
|
||||
}
|
||||
|
||||
# Example per-device config
|
||||
# See https://wiki.hyprland.org/Configuring/Keywords/#executing for more
|
||||
# device:epic-mouse-v1 {
|
||||
# sensitivity = -0.5
|
||||
# }
|
||||
|
||||
# Example windowrule v1
|
||||
windowrule = float, ^(galculator|azote)$
|
||||
windowrule = float,title:^(Postęp działań na plikach)$
|
||||
# Example windowrule v2
|
||||
windowrulev2 = float,class:^(kitty)$,title:^(kitty)$
|
||||
windowrulev2 = float,title:^(Potwierdzenie zastąpienia plików)$
|
||||
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
|
||||
|
||||
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
||||
$mainMod = SUPER
|
||||
|
||||
$quicklaunch = walker
|
||||
|
||||
# KEY BINDINGS, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
||||
# If you happen to change some key bindings, you may also edit ~/.local/share/nwg-shell-config/help-hyprland.pango
|
||||
|
||||
# We've defined $term, $editor and so on in includes.conf.
|
||||
bind = $mainMod, E, exec, uwsm app -- $filemanager
|
||||
bind = $mainMod, W, exec, uwsm app -- $browser
|
||||
bind = $mainMod Shift, E, exec, uwsm app -- $editor
|
||||
bind = $mainMod, X, exec, uwsm app -- $quicklaunch
|
||||
bind = $mainMod Shift, X, exec, uwsm app -- $launcher
|
||||
bind = $mainMod, C, exec, uwsm app -- nwg-clipman
|
||||
bind = $mainMod, Return, exec, uwsm app -T
|
||||
bind = $mainMod, F2, exec, uwsm app -- $term
|
||||
|
||||
# Show/hide the dock, if started
|
||||
bind = ALT, D, exec, pkill -10 nwg-dock
|
||||
|
||||
bind = $mainMod, Escape, exec, nwg-lock # screen locker, according to shell settings
|
||||
bind = $mainMod, F1, exec, nwg-shell-help # help window
|
||||
|
||||
bind = $mainMod SHIFT, F, fullscreen
|
||||
bind = $mainMod, I, pin
|
||||
bind = $mainMod, Q, killactive,
|
||||
bind = $mainMod SHIFT, Escape, exit,
|
||||
bind = $mainMod, Space, togglefloating,
|
||||
bind = $mainMod SHIFT, C, exec, hyprctl reload # reload Hyprland
|
||||
bind = $mainMod SHIFT, S, movetoworkspace, special # move to the special workspace
|
||||
bind = $mainMod, S, togglespecialworkspace # show/hide special workspace
|
||||
|
||||
bind = ALT, Tab, togglesplit, # (dwindle)
|
||||
bind = $mainMod, P, pseudo, # (dwindle)
|
||||
|
||||
# SCREENSHOT (/usr/local/bin/screenshot)
|
||||
bind = , Print, exec, screenshot fullscreen # full screen
|
||||
bind = CONTROL, Print, exec, screenshot display # focused display
|
||||
bind = $mainMod SHIFT+CONTROL, Print, exec, screenshot focused # focused window
|
||||
bind = SHIFT+CONTROL, Print, exec, screenshot swappy # selected region -> swappy
|
||||
# bind = SHIFT+CONTROL, Print, exec, screenshot region # or selected region w/o swappy
|
||||
|
||||
# MOVE FOCUS with mainMod + arrow keys
|
||||
bind = $mainMod, H, movefocus, l
|
||||
bind = $mainMod, L, movefocus, r
|
||||
bind = $mainMod, K, movefocus, u
|
||||
bind = $mainMod, J, movefocus, d
|
||||
|
||||
# MOVE WINDOW with mainMod SHIFT + arrow keys
|
||||
bind = $mainMod SHIFT, H, movewindow, l
|
||||
bind = $mainMod SHIFT, L, movewindow, r
|
||||
bind = $mainMod SHIFT, K, movewindow, u
|
||||
bind = $mainMod SHIFT, J, movewindow, d
|
||||
|
||||
# Resize window with mainMod + CTRL + vim keys
|
||||
bind = $mainMod CTRL, h, resizeactive,-25 0
|
||||
bind = $mainMod CTRL, l, resizeactive,25 0
|
||||
bind = $mainMod CTRL, k, resizeactive,0 -25
|
||||
bind = $mainMod CTRL, j, resizeactive,0 25
|
||||
|
||||
# SWITCH WORKSPACES with mainMod + [0-9]
|
||||
bind = $mainMod, 1, workspace, 1
|
||||
bind = $mainMod, 2, workspace, 2
|
||||
bind = $mainMod, 3, workspace, 3
|
||||
bind = $mainMod, 4, workspace, 4
|
||||
bind = $mainMod, 5, workspace, 5
|
||||
bind = $mainMod, 6, workspace, 6
|
||||
bind = $mainMod, 7, workspace, 7
|
||||
bind = $mainMod, 8, workspace, 8
|
||||
bind = $mainMod, 9, workspace, 9
|
||||
bind = $mainMod, 0, workspace, 10
|
||||
|
||||
# MOVE ACTIVE WINDOW TO A WORKSPACE with mainMod + SHIFT + [0-9]
|
||||
bind = $mainMod SHIFT, 1, movetoworkspace, 1
|
||||
bind = $mainMod SHIFT, 2, movetoworkspace, 2
|
||||
bind = $mainMod SHIFT, 3, movetoworkspace, 3
|
||||
bind = $mainMod SHIFT, 4, movetoworkspace, 4
|
||||
bind = $mainMod SHIFT, 5, movetoworkspace, 5
|
||||
bind = $mainMod SHIFT, 6, movetoworkspace, 6
|
||||
bind = $mainMod SHIFT, 7, movetoworkspace, 7
|
||||
bind = $mainMod SHIFT, 8, movetoworkspace, 8
|
||||
bind = $mainMod SHIFT, 9, movetoworkspace, 9
|
||||
bind = $mainMod SHIFT, 0, movetoworkspace, 10
|
||||
|
||||
# SCROLL THROUGH EXISTING WORKSPACES with mainMod + scroll
|
||||
bind = $mainMod, mouse_down, workspace, e+1
|
||||
bind = $mainMod, mouse_up, workspace, e-1
|
||||
|
||||
# MOVE/RESIZE WINDOWS with mainMod + LMB/RMB and dragging
|
||||
bindm = $mainMod, mouse:272, movewindow
|
||||
bindm = $mainMod, mouse:273, resizewindow
|
||||
|
||||
# Laptop multimedia keys for volume and LCD brightness
|
||||
bindel = ,XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+
|
||||
bindel = ,XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-
|
||||
bindel = ,XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle
|
||||
bindel = ,XF86AudioMicMute, exec, wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle
|
||||
bindel = ,XF86MonBrightnessUp, exec, brightnessctl s 10%+
|
||||
bindel = ,XF86MonBrightnessDown, exec, brightnessctl s 10%-
|
||||
|
||||
# Requires playerctl
|
||||
bindl = , XF86AudioNext, exec, playerctl -a next
|
||||
bindl = , XF86AudioPause, exec, playerctl -a play-pause
|
||||
bindl = , XF86AudioPlay, exec, playerctl -a play-pause
|
||||
bindl = , XF86AudioPrev, exec, playerctl -a previous
|
||||
|
||||
# KEY BINDINGS SUBMAP TO RESIZE WINDOWS WITH ARROW KEYS
|
||||
# switch to a submap called resize
|
||||
bind = $mainMod, R, submap, resize
|
||||
|
||||
# start a submap called "resize"
|
||||
submap = resize
|
||||
|
||||
# set repeatable binds for resizing the active window
|
||||
binde = , H, resizeactive, 10 0
|
||||
binde = , L, resizeactive, -10 0
|
||||
binde = , K, resizeactive, 0 -10
|
||||
binde = , J, resizeactive, 0 10
|
||||
|
||||
# use reset to go back to the global submap
|
||||
bind = , escape, submap, reset
|
||||
|
||||
# will reset the submap, which will return to the global submap
|
||||
submap = reset
|
||||
# keybinds further down will be global again...
|
||||
|
||||
#
|
||||
# HUD MESSAGES (must be defined after primary bindings).
|
||||
# In case you find them annoying, delete the line below.
|
||||
# You can also delete the ~/.config/hypr/hud.conf file afterwards.
|
||||
#
|
||||
source = ~/.config/hypr/hud.conf
|
||||
89
hypr/includes.conf
Normal file
89
hypr/includes.conf
Normal file
@@ -0,0 +1,89 @@
|
||||
# This content was generated by nwg-shell-config. Do not modify it manually.
|
||||
|
||||
# VARIABLES
|
||||
$term = alacritty
|
||||
$browser = MOZ_ENABLE_WAYLAND=1 firefox
|
||||
$filemanager = thunar
|
||||
$editor = mousepad
|
||||
$launcher = nwg-drawer
|
||||
$exit = $launcher
|
||||
|
||||
# AUTOSTART
|
||||
exec-once = wlsunset -t 3500 -T 6500 -l 49.6113 -L 6.1298 -g 1.0
|
||||
exec-once = swaync -c /home/mpuchstein/.config/swaync/hyprland.json -s /home/mpuchstein/.config/swaync/hyprland-1.css
|
||||
exec-once = nm-applet --indicator
|
||||
exec-once = wl-paste --type text --watch cliphist store
|
||||
exec-once = wl-paste --type image --watch cliphist store
|
||||
exec = nwg-drawer -r -c 6 -is 64 -fscol 2 -s hyprland-1.css -term alacritty -ft -pbexit 'nwg-dialog -p exit-hyprland -c "hyprctl dispatch exit"' -pblock 'nwg-lock' -pbpoweroff 'nwg-dialog -p poweroff -c "systemctl -i poweroff"' -pbreboot 'nwg-dialog -p reboot -c "systemctl reboot"' -pbsleep 'nwg-dialog -p sleep -c "systemctl suspend"' -pbsize 48
|
||||
exec = nwg-panel -c hyprland-1 -s hyprland-1.css
|
||||
exec = swayidle timeout 1800 nwg-lock timeout 3600 'systemctl suspend'
|
||||
exec-once = nwg-update-indicator
|
||||
exec = nwg-screenshot-applet
|
||||
|
||||
# GENERAL SETTINGS
|
||||
general {
|
||||
border_size = 1
|
||||
no_border_on_floating = false
|
||||
gaps_in = 3
|
||||
gaps_out = 3
|
||||
col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
|
||||
col.inactive_border = rgba(595959aa)
|
||||
layout = dwindle
|
||||
extend_border_grab_area = true
|
||||
hover_icon_on_border = true
|
||||
}
|
||||
|
||||
# DWINDLE LAYOUT
|
||||
dwindle {
|
||||
pseudotile = true
|
||||
force_split = 0
|
||||
preserve_split = true
|
||||
smart_split = false
|
||||
smart_resizing = true
|
||||
special_scale_factor = 0.8
|
||||
split_width_multiplier = 1.0
|
||||
use_active_for_splits = true
|
||||
default_split_ratio = 1.0
|
||||
}
|
||||
|
||||
# MASTER LAYOUT
|
||||
master {
|
||||
allow_small_split = false
|
||||
special_scale_factor = 0.8
|
||||
mfact = 0.55
|
||||
new_on_top = false
|
||||
orientation = left
|
||||
inherit_fullscreen = true
|
||||
always_center_master = false
|
||||
}
|
||||
|
||||
# INPUT DEVICES
|
||||
input {
|
||||
kb_layout = eu
|
||||
kb_options = caps:escape_shifted_capslock, compose:102
|
||||
numlock_by_default = true
|
||||
repeat_rate = 25
|
||||
repeat_delay = 600
|
||||
follow_mouse = 1
|
||||
mouse_refocus = true
|
||||
float_switch_override_focus = 1
|
||||
touchpad {
|
||||
disable_while_typing = true
|
||||
scroll_factor = 1.0
|
||||
tap-to-click = true
|
||||
}
|
||||
}
|
||||
|
||||
# MISC SETTINGS
|
||||
misc {
|
||||
disable_hyprland_logo = false
|
||||
disable_splash_rendering = false
|
||||
vrr = 2
|
||||
mouse_move_enables_dpms = true
|
||||
key_press_enables_dpms = true
|
||||
layers_hog_keyboard_focus = true
|
||||
focus_on_activate = false
|
||||
mouse_move_focuses_monitor = true
|
||||
}
|
||||
|
||||
# LAYER RULES
|
||||
4
hypr/monitors.conf
Normal file
4
hypr/monitors.conf
Normal file
@@ -0,0 +1,4 @@
|
||||
# Generated by nwg-displays on 2025-01-03 at 03:56:12. Do not edit manually.
|
||||
|
||||
monitor=DP-2,1920x1080@60.0,0x0,1.0
|
||||
monitor=DP-3,1920x1080@144.0,1920x0,1.0
|
||||
12
hypr/workspaces.conf
Normal file
12
hypr/workspaces.conf
Normal file
@@ -0,0 +1,12 @@
|
||||
# Generated by nwg-displays on 2025-01-03 at 03:55:55. Do not edit manually.
|
||||
|
||||
workspace=1,monitor:DP-2,default:true
|
||||
workspace=2,monitor:DP-2
|
||||
workspace=3,monitor:DP-2
|
||||
workspace=4,monitor:DP-2
|
||||
workspace=5,monitor:DP-2
|
||||
workspace=6,monitor:DP-3,default:true
|
||||
workspace=7,monitor:DP-3
|
||||
workspace=8,monitor:DP-3
|
||||
workspace=9,monitor:DP-3
|
||||
workspace=10,monitor:DP-3
|
||||
Reference in New Issue
Block a user