mirror of
https://github.com/szymon-jozef/superior_dotfiles.git
synced 2026-09-07 20:20:38 +02:00
very cool stuff
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
|
||||
|
||||
$mainMod = SUPER # Sets "Windows" key as main modifier
|
||||
$terminal = uwsm app -- kitty
|
||||
$menu = uwsm app -- $(wofi --show drun --define=drun-print_desktop_file=true)
|
||||
@@ -32,3 +30,4 @@ source = ./hyprland/decoration.conf
|
||||
source = ./hyprland/animations.conf
|
||||
source = ./hyprland/layouts.conf
|
||||
source = ./hyprland/workspaces.conf
|
||||
source = ./hyprland/exec.conf
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
# Requires pactl
|
||||
bindl=, XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+ && ~/.local/bin/wp-vol.sh && paplay /usr/share/sounds/freedesktop/stereo/bell.oga
|
||||
bindl=, XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%- && ~/.local/bin/wp-vol.sh && paplay /usr/share/sounds/freedesktop/stereo/bell.oga
|
||||
bindl=, XF86AudioMicMute, exec, wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle
|
||||
bindl=, XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle
|
||||
bindl=, XF86AudioMicMute, exec, wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle
|
||||
bindl=, XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle && ~/.local/bin/check-if-muted.sh
|
||||
|
||||
# Requires playerctl
|
||||
bindl = , XF86AudioNext, exec, playerctl next
|
||||
|
||||
@@ -8,6 +8,6 @@ bind = $mainMod L_SHIFT, P, exec, $menu
|
||||
bind = $mainMod Control_L, 1, exec, uwsm app -- vesktop
|
||||
bind = $mainMod Control_L, 2, exec, uwsm app -- zen-browser
|
||||
bind = $mainMod Control_L, 3, exec, uwsm app -- mangohud steam
|
||||
bind = $mainMod Control_L, 4, exec, uwsm app -- gimp
|
||||
bind = $mainMod Control_L, 5, exec, uwsm app -- gimp
|
||||
bind = $mainMod Control_L, 9, exec, uwsm app -- spotify-launcher
|
||||
bind = $mainMod Control_L, 0, exec, uwsm app -- obs
|
||||
|
||||
@@ -73,7 +73,6 @@ bind = $mainMod SHIFT L_ALT, 0, movetoworkspace, 20
|
||||
bindd = $mainMod, F, Make app fullscreen, fullscreen
|
||||
bindd = $mainMod, T, Toggle floating, togglefloating
|
||||
bindd = $mainMod, P, Toggle pseudo, pseudo
|
||||
bindd = $mainMod, P, Toggle pseudo, pseudo
|
||||
bindd = $mainMod, S, Toggle split, togglesplit
|
||||
bindd = $mainMod L_SHIFT, Q, Kill active window, killactive
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
windowrulev2 = workspace 4, class:^(gimp)-(.*)
|
||||
windowrulev2 = workspace 5, class:^(Gimp)$
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
workspace = 1, monitor:HDMI-A-1
|
||||
workspace = 1, monitor:HDMI-A-2
|
||||
workspace = 2, monitor:DP-1
|
||||
workspace = 3, monitor:DP-1
|
||||
workspace = 4, monitor:DP-1
|
||||
workspace = 9, monitor:HDMI-A-1
|
||||
workspace = 10, monitor:HDMI-A-1
|
||||
workspace = 9, monitor:HDMI-A-2
|
||||
workspace = 10, monitor:HDMI-A-2
|
||||
|
||||
Reference in New Issue
Block a user