aboutsummaryrefslogtreecommitdiff
path: root/i3
diff options
context:
space:
mode:
Diffstat (limited to 'i3')
-rw-r--r--i3/config81
1 files changed, 2 insertions, 79 deletions
diff --git a/i3/config b/i3/config
index 293191f..90a6ebd 100644
--- a/i3/config
+++ b/i3/config
@@ -8,6 +8,7 @@ set $wsa "5:a"
set $wss "6:s"
set $wsd "7:d"
set $wsf "8:f"
+set $wst "9:term"
floating_modifier $mod
font pango:Droid Sans 11
@@ -22,46 +23,6 @@ workspace $wss output DP1-1 DP1-2 DP1 primary
workspace $wsd output DP1-1 DP1-2 DP1 primary
workspace $wsf output DP1-1 DP1-2 DP1 primary
-
-bindsym $mod+Return exec alacritty
-bindsym $mod+space exec --no-startup-id rofi -show drun
-bindsym $mod+backslash split h
-bindsym $mod+minus split v
-#bindsym $mod+s layout stacking
-#bindsym $mod+w layout tabbed
-bindsym $mod+Tab layout toggle split
-bindsym $mod+p focus parent
-#bindsym $mod+d focus child
-bindsym $mod+r mode "resize"
-
-bindsym $mod+Shift+r restart
-bindsym $mod+Shift+e exit
-bindsym $mod+Shift+q kill
-bindsym $mod+Shift+space floating toggle
-bindsym $mod+Shift+Return fullscreen toggle
-
-
-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+1 workspace $ws1
bindsym $mod+2 workspace $ws2
bindsym $mod+3 workspace $ws3
@@ -80,24 +41,6 @@ bindsym $mod+Shift+s move container to workspace $wss
bindsym $mod+Shift+d move container to workspace $wsd
bindsym $mod+Shift+f move container to workspace $wsf
-
-mode "resize" {
- bindsym h resize shrink width 10 px or 10 ppt
- bindsym j resize grow height 10 px or 10 ppt
- bindsym k resize shrink height 10 px or 10 ppt
- bindsym l resize grow width 10 px or 10 ppt
-
- bindsym Left resize shrink width 10 px or 10 ppt
- bindsym Down resize grow height 10 px or 10 ppt
- bindsym Up resize shrink height 10 px or 10 ppt
- bindsym Right resize grow width 10 px or 10 ppt
-
- bindsym Return mode "default"
- bindsym Escape mode "default"
- bindsym $mod+r mode "default"
-}
-
-
bar {
status_command py3status
tray_output primary
@@ -106,27 +49,7 @@ bar {
font pango:Font Awesome 5 Free, Font Awesome 5 Brands, Droid Sans Mono 12
}
-
-# xss-lock grabs a logind suspend inhibit lock and will use i3lock to lock the
-# screen before suspend. Use loginctl lock-session to lock your screen.
-#exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork
-
-# picom
-exec --no-startup-id picom
-
-# gajim
-exec --no-startup-id gajim
-
-# zeal
-exec --no-startup-id zeal
-
-# background
exec_always --no-startup-id feh --bg-scale ~/.dotfiles/pictures/bg1.jpg \
~/.dotfiles/pictures/bg2.jpg
-# terminal
-for_window [instance="scratchpad_term"] \
- move scratchpad, \
- border none, \
- exec --no-startup-id ~/.dotfiles/terminal.sh
-bindsym F12 exec --no-startup-id ~/.dotfiles/terminal.sh
+for_window [instance="scratchpad_term"] move container to workspace $wst