Added watson config
This commit is contained in:
+12
-11
@@ -1,13 +1,15 @@
|
||||
# Autostart
|
||||
exec waybar
|
||||
|
||||
# Variables
|
||||
set $mod Mod4
|
||||
set $mod Mod1
|
||||
set $term kitty
|
||||
set $filemanager kitty -e yazi
|
||||
set $browser librewolf
|
||||
set $menu rofi -show drun
|
||||
|
||||
|
||||
# General
|
||||
floating_modifier $mod normal
|
||||
default_border normal 4
|
||||
|
||||
|
||||
# Output
|
||||
@@ -29,10 +31,10 @@ output HDMI-A-1 {
|
||||
# Input configuration
|
||||
|
||||
input "type:keyboard" xkb_options caps:escape
|
||||
input "type:mouse" {
|
||||
input "type:pointer" {
|
||||
natural_scroll disabled
|
||||
accel_profile "flat"
|
||||
pointer_accel -1
|
||||
pointer_accel -0.35
|
||||
}
|
||||
|
||||
|
||||
@@ -42,7 +44,7 @@ input "type:mouse" {
|
||||
bindsym $mod+Return exec $term
|
||||
bindsym $mod+Shift_R exec $filemanager
|
||||
bindsym $mod+Control_R exec $browser
|
||||
bindsym Menu exec $menu
|
||||
bindsym Super_L exec pkill rofi || rofi -show run -theme skycontrast -monitor DP-1
|
||||
|
||||
## Utilities
|
||||
|
||||
@@ -56,14 +58,13 @@ input "type:mouse" {
|
||||
|
||||
## Window Management
|
||||
bindsym $mod+e kill
|
||||
bindsym $mod+b splith
|
||||
bindsym $mod+v splitv
|
||||
bindsym $mod+s layout stacking
|
||||
bindsym $mod+w layout tabbed
|
||||
bindsym $mod+s splitv
|
||||
bindsym $mod+d splith
|
||||
bindsym $mod+w layout toggle split tabbed
|
||||
bindsym $mod+f fullscreen
|
||||
bindsym $mod+Shift+space floating toggle
|
||||
bindsym $mod+space focus mode_toggle
|
||||
bindsym $mod+a focus parent
|
||||
# bindsym $mod+a focus parent
|
||||
bindsym $mod+r reload
|
||||
bindsym $mod+End exec swaymsg exit
|
||||
|
||||
|
||||
Reference in New Issue
Block a user