summaryrefslogtreecommitdiff
path: root/.config/i3
diff options
context:
space:
mode:
Diffstat (limited to '.config/i3')
-rw-r--r--.config/i3/config125
1 files changed, 0 insertions, 125 deletions
diff --git a/.config/i3/config b/.config/i3/config
deleted file mode 100644
index fafd56d..0000000
--- a/.config/i3/config
+++ /dev/null
@@ -1,125 +0,0 @@
-set $mod Mod4
-set $alt Mod1
-floating_modifier $mod
-
-bindsym $mod+Shift+q kill
-bindsym $mod+Escape exec --no-startup-id systemctl suspend
-bindsym $mod+Return exec alacritty
-bindsym $mod+b exec qutebrowser
-bindsym $mod+f fullscreen toggle
-bindsym $mod+i exec --no-startup-id polybar-msg cmd toggle
-bindsym $mod+Shift+s exec --no-startup-id ~/.local/bin/screenshot -s
-bindsym Print exec --no-startup-id ~/.local/bin/screenshot
-bindsym $mod+Shift+c exec --no-startup-id ~/.local/bin/comptoggle
-bindsym $mod+Shift+u exec --no-startup-id ~/.local/bin/dock -u
-bindsym $mod+Shift+d exec --no-startup-id ~/.local/bin/dock -d
-
-bindsym $mod+d exec --no-startup-id dmenu_run -p 'run:' -l 8 -b -i -fn 'JetBrainsMono NerdFont:size=11'
-bindsym $alt+b exec --no-startup-id clipmenu -p 'clip:' -b -i -fn 'JetBrainsMono NerdFont:size=11'
-bindsym $mod+p exec --no-startup-id ~/.local/bin/dmenu/dm-pass
-bindsym $mod+Shift+p exec --no-startup-id ~/.local/bin/dmenu/dm-power
-
-bindsym XF86AudioRaiseVolume exec --no-startup-id pamixer -i 5
-bindsym XF86AudioLowerVolume exec --no-startup-id pamixer -d 5
-bindsym XF86AudioMute exec --no-startup-id pamixer -t
-bindsym XF86AudioPlay exec --no-startup-id playerctl play-pause
-bindsym XF86AudioNext exec --no-startup-id playerctl next
-bindsym XF86AudioPrev exec --no-startup-id playerctl previous
-bindsym XF86MonBrightnessUp exec --no-startup-id xbacklight -inc 5
-bindsym XF86MonBrightnessDown exec --no-startup-id xbacklight -dec 5
-
-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+Tab focus mode_toggle
-
-bindsym $mod+g split h
-bindsym $mod+v split v
-bindsym $mod+t layout toggle tabbed splith splitv
-bindsym $mod+Shift+f floating toggle
-
-bindsym $mod+1 workspace number 1
-bindsym $mod+2 workspace number 2
-bindsym $mod+3 workspace number 3
-bindsym $mod+4 workspace number 4
-bindsym $mod+5 workspace number 5
-bindsym $mod+6 workspace number 6
-bindsym $mod+7 workspace number 7
-bindsym $mod+8 workspace number 8
-bindsym $mod+9 workspace number 9
-bindsym $mod+0 workspace number 10
-
-bindsym $mod+Shift+1 move container to workspace number 1
-bindsym $mod+Shift+2 move container to workspace number 2
-bindsym $mod+Shift+3 move container to workspace number 3
-bindsym $mod+Shift+4 move container to workspace number 4
-bindsym $mod+Shift+5 move container to workspace number 5
-bindsym $mod+Shift+6 move container to workspace number 6
-bindsym $mod+Shift+7 move container to workspace number 7
-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
-
-mode "Resize Mode" {
- bindsym h resize shrink width 6 px or 6 ppt
- bindsym j resize shrink height 6 px or 6 ppt
- bindsym k resize grow height 6 px or 6 ppt
- bindsym l resize grow width 6 px or 6 ppt
- bindsym Left resize shrink width 6 px or 6 ppt
- bindsym Down resize shrink height 6 px or 6 ppt
- bindsym Up resize grow height 6 px or 6 ppt
- bindsym Right resize grow width 6 px or 6 ppt
-
- bindsym Shift+h resize shrink width 12 px or 12 ppt
- bindsym Shift+j resize shrink height 12 px or 12 ppt
- bindsym Shift+k resize grow height 12 px or 12 ppt
- bindsym Shift+l resize grow width 12 px or 12 ppt
- bindsym Shift+Left resize shrink width 12 px or 12 ppt
- bindsym Shift+Down resize shrink height 12 px or 12 ppt
- bindsym Shift+Up resize grow height 12 px or 12 ppt
- bindsym Shift+Right resize grow width 12 px or 12 ppt
-
- bindsym minus gaps inner current minus 5
- bindsym plus gaps inner current plus 5
- bindsym Shift+minus gaps inner current minus 10
- bindsym Shift+plus gaps inner current plus 10
-
- bindsym Return mode "default"
- bindsym Escape mode "default"
- bindsym $mod+r mode "default"
-}
-bindsym $mod+r mode "Resize Mode"
-
-font pango:Source Code Pro Medium 11
-gaps inner 0
-gaps outer 0
-default_border pixel 2
-default_floating_border pixel 2
-title_align center
-
-smart_gaps on
-hide_edge_borders smart
-popup_during_fullscreen smart
-focus_follows_mouse yes
-
-floating_maximum_size -1 x -1
-for_window [class="floating_window"] floating enable
-for_window [window_role="pop-up"] floating enable
-for_window [window_role="About"] floating enable
-for_window [class="Nextcloud"] floating enable
-
-exec_always --no-startup-id ~/.local/bin/barlaunch