Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- set $mod Mod4
- font pango:monospace 10
- for_window [window_type=normal] border pixel 2
- floating_modifier $mod
- bindsym $mod+Return exec kitty
- bindsym $mod+backslash exec firefox
- bindsym $mod+Shift+q kill
- bindsym $mod+d exec rofi -show run
- exec_always xrdb -merge ~/.Xresources
- exec_always setxkbmap -option ctrl:nocaps
- exec_always xset r rate 350 35
- exec_always xinput set-prop "SYNA2393:00 06CB:7A13 Touchpad" 279 1
- exec_always xinput set-prop "SYNA2393:00 06CB:7A13 Touchpad" 307 1
- exec_always xinput set-prop "SYNA2393:00 06CB:7A13 Touchpad" 315 1
- exec_always xinput set-prop "SYNA2393:00 06CB:7A13 Touchpad" 327 0.7
- exec_always xinput set-prop "USB Optical Mouse" 279 1
- exec_always xinput set-prop "USB Optical Mouse" 315 1
- exec_always xinput set-prop "USB Optical Mouse" 327 0.7
- bindsym $mod+h focus left
- bindsym $mod+j focus down
- bindsym $mod+k focus up
- bindsym $mod+l focus right
- bindsym $mod+Left focus left
- bindsym $mod+Down focus down
- bindsym $mod+Up focus up
- bindsym $mod+Right focus right
- bindsym $mod+Shift+h move left
- bindsym $mod+Shift+j move down
- bindsym $mod+Shift+k move up
- bindsym $mod+Shift+l move right
- bindsym $mod+Shift+Left move left
- bindsym $mod+Shift+Down move down
- bindsym $mod+Shift+Up move up
- bindsym $mod+Shift+Right move right
- bindsym $mod+b split h
- bindsym $mod+v split v
- bindsym $mod+f fullscreen toggle
- bindsym $mod+s layout stacking
- bindsym $mod+w layout tabbed
- bindsym $mod+e layout toggle split
- bindsym $mod+Shift+space floating toggle
- bindsym $mod+space focus mode_toggle
- bindsym $mod+a focus parent
- 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 $ws10 "10"
- bindsym $mod+1 workspace $ws1
- bindsym $mod+2 workspace $ws2
- bindsym $mod+3 workspace $ws3
- bindsym $mod+4 workspace $ws4
- bindsym $mod+5 workspace $ws5
- bindsym $mod+6 workspace $ws6
- bindsym $mod+7 workspace $ws7
- bindsym $mod+8 workspace $ws8
- bindsym $mod+9 workspace $ws9
- bindsym $mod+0 workspace $ws10
- bindsym $mod+Shift+1 move container to workspace $ws1
- bindsym $mod+Shift+2 move container to workspace $ws2
- bindsym $mod+Shift+3 move container to workspace $ws3
- bindsym $mod+Shift+4 move container to workspace $ws4
- bindsym $mod+Shift+5 move container to workspace $ws5
- bindsym $mod+Shift+6 move container to workspace $ws6
- bindsym $mod+Shift+7 move container to workspace $ws7
- bindsym $mod+Shift+8 move container to workspace $ws8
- bindsym $mod+Shift+9 move container to workspace $ws9
- bindsym $mod+Shift+0 move container to workspace $ws10
- bindsym $mod+Shift+c reload
- bindsym $mod+Shift+r restart
- bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -b 'Yes, exit i3' 'i3-msg exit'"
- mode "resize" {
- bindsym h resize shrink width 2 px or 2 ppt
- bindsym j resize grow height 2 px or 2 ppt
- bindsym k resize shrink height 2 px or 2 ppt
- bindsym l resize grow width 2 px or 2 ppt
- bindsym Left resize shrink width 2 px or 2 ppt
- bindsym Down resize grow height 2 px or 2 ppt
- bindsym Up resize shrink height 2 px or 2 ppt
- bindsym Right resize grow width 2 px or 2 ppt
- bindsym Return mode "default"
- bindsym Escape mode "default"
- bindsym $mod+r mode "default"
- }
- client.focused #000000 #ffaa11 #66aaff #000000
- client.focused_inactive #000000 #000000 #999999 #cccccc
- gaps inner 10
- gaps outer 5
- smart_borders no_gaps
- bindsym $mod+r mode "resize"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement