diff options
Diffstat (limited to '.config/sway/config')
| -rw-r--r-- | .config/sway/config | 75 |
1 files changed, 0 insertions, 75 deletions
diff --git a/.config/sway/config b/.config/sway/config deleted file mode 100644 index 452a079..0000000 --- a/.config/sway/config +++ /dev/null @@ -1,75 +0,0 @@ -# vim: ft=i3config fdm=marker - -exec /home/robert/.config/sway/marker.sh -exec_always { - dbus-update-activation-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK XDG_CURRENT_DESKTOP BEMENU_OPTS - light -S 80 - kanshictl reload -} - -xwayland enable - -gaps inner 0 - -output * { - adaptive_sync on - power on -} - -# for_window [app_id=Alacritty] max_render_time 2 -# for_window [app_id=firefox] max_render_time 3 -# seat * hide_cursor 2000 - -set $laptop eDP-1 -set $desk "Dell Inc. DELL U2518D 3C4YP87AAK3L" - -set $mod Mod4 -set $alt Mod1 - -set $left h -set $down j -set $up k -set $right l - -set $term footclient -set $floating_term floaterm -set $firefox nightly - -# workspaces {{{ -set $ws1 1 -set $ws2 2 -set $ws3 3 -set $ws4 4 -set $ws5 5 -set $ws6 6 -set $ws7 7 -set $ws8 8 -set $ws9 9 -set $ws0 0 -set $wsMusic m -set $wsVideo v -set $wsGame g -set $wsMail 2 -set $wsWork 3 -# }}} - -# gaps inner 5 -show_marks yes -floating_maximum_size 0 x 0 -floating_minimum_size 75 x 50 - -# style {{{ -seat * xcursor_theme WinSur -set $bpix 3 -set $fat_bpix 5 -default_border pixel $bpix -default_floating_border pixel $fat_bpix -# }}} - -include config.d/* - -# bar tasks { -# swaybar_command waybar -b tasks -c ~/.config/waybar/taskbar.jsonc -l off -# mode hide -# hidden_state show -# } |