summaryrefslogtreecommitdiff
path: root/.config/sway
diff options
context:
space:
mode:
Diffstat (limited to '.config/sway')
-rw-r--r--.config/sway/config22
1 files changed, 19 insertions, 3 deletions
diff --git a/.config/sway/config b/.config/sway/config
index b1cf36b..beeeb03 100644
--- a/.config/sway/config
+++ b/.config/sway/config
@@ -5,9 +5,14 @@ set $down j
set $up k
set $right l
set $term alacritty
+set $browser mullvad-browser
set $menu wmenu-run -N "#000000" -s "#000000" -S "#bddeab" -M "#000000" -p "Run: "
+exec wlsunset -T 4200
+
+exec wl-paste --watch cliphist store
+
exec swayidle -w \
timeout 300 'swaylock -f -c 000000' \
timeout 600 'swaymsg "output * power off"' resume 'swaymsg "output * power on"' \
@@ -26,10 +31,23 @@ input "type:keyboard" {
bindsym $mod+Return exec $term
+bindsym $mod+backslash exec $browser
+
bindsym $mod+Shift+q kill
bindsym $mod+d exec $menu
+bindsym Print exec grim - | wl-copy
+
+bindsym $mod+Shift+s exec grim -g "$(slurp)" - | wl-copy
+
+bindsym $mod+Print exec grim -g "$(slurp)" - | swappy -f -
+
+bindsym $mod+v exec cliphist list | wmenu -l 10 -p "Clipboard:" | cliphist decode | wl-copy
+
+bindsym $mod+p exec hyprpicker | wl-copy
+
+
floating_modifier $mod normal
bindsym $mod+Shift+c reload
@@ -79,7 +97,7 @@ bindsym $mod+Shift+0 move container to workspace number 10
bindsym $mod+b splith
-bindsym $mod+v splitv
+bindsym $mod+n splitv
bindsym $mod+s layout stacking
bindsym $mod+w layout tabbed
@@ -122,8 +140,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%+
-bindsym Print exec grim
-
default_border pixel 2
default_floating_border pixel 2