diff options
Diffstat (limited to '.config/sway/config')
| -rw-r--r-- | .config/sway/config | 31 |
1 files changed, 12 insertions, 19 deletions
diff --git a/.config/sway/config b/.config/sway/config index 90549d9..f63fc54 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -4,15 +4,17 @@ set $left h set $down j set $up k set $right l -set $term alacritty -set $browser firefox +set $term ghostty +set $browser librewolf +set $menu wmenu-run -f "JetBrainsMonoNF 10" -N "#121212" -s "#121212" -S "#C9DE95" -M "#121212" -p "Run: " +set $scriptsmenu scripts_menu.sh -set $menu wmenu-run -N "#121212" -s "#121212" -S "#C9DE95" -M "#121212" -p "Run: " -exec wlsunset -T 4200 +output * bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill +exec wlsunset -T 4200 exec waybar - +exec dunst exec wl-paste --watch cliphist store exec swayidle -w \ @@ -39,6 +41,8 @@ bindsym $mod+Shift+q kill bindsym $mod+d exec $menu +bindsym $mod+s exec $scriptsmenu + bindsym Print exec grim - | wl-copy bindsym $mod+Shift+s exec grim -g "$(slurp)" - | wl-copy @@ -49,7 +53,6 @@ bindsym $mod+v exec cliphist list | wmenu -l 10 -p "Clipboard:" | cliphist decod bindsym $mod+p exec hyprpicker | wl-copy - floating_modifier $mod normal bindsym $mod+Shift+c reload @@ -75,7 +78,6 @@ bindsym $mod+Shift+Down move down bindsym $mod+Shift+Up move up bindsym $mod+Shift+Right move right - bindsym $mod+1 workspace number 1 bindsym $mod+2 workspace number 2 bindsym $mod+3 workspace number 3 @@ -97,13 +99,12 @@ bindsym $mod+Shift+8 move container to workspace number 8 bindsym $mod+Shift+9 move container to workspace number 9 bindsym $mod+Shift+0 move container to workspace number 10 - bindsym $mod+b splith bindsym $mod+n splitv -bindsym $mod+s layout stacking -bindsym $mod+w layout tabbed -bindsym $mod+e layout toggle split +# bindsym $mod+s layout stacking +# bindsym $mod+w layout tabbed +# bindsym $mod+e layout toggle split bindsym $mod+f fullscreen @@ -142,7 +143,6 @@ bindsym --locked XF86AudioMicMute exec pactl set-source-mute \@DEFAULT_SOURCE@ t bindsym --locked XF86MonBrightnessDown exec brightnessctl set 5%- bindsym --locked XF86MonBrightnessUp exec brightnessctl set 5%+ - default_border pixel 2 default_floating_border pixel 2 smart_borders on @@ -165,10 +165,3 @@ client.unfocused #222222 #222222 #888888 #222222 #222222 # } # } -# include /etc/sway/config.d/* - - - - - - |