lot o updates
This commit is contained in:
54
i3/config
54
i3/config
@@ -123,44 +123,32 @@ bindsym $mod+Shift+r restart
|
||||
# exit i3 (logs you out of your X session)
|
||||
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'"
|
||||
|
||||
# resize window (you can also use the mouse for that)
|
||||
mode "resize" {
|
||||
# These bindings trigger as soon as you enter the resize mode
|
||||
|
||||
# Pressing left will shrink the window’s width.
|
||||
# Pressing right will grow the window’s width.
|
||||
# Pressing up will shrink the window’s height.
|
||||
# Pressing down will grow the window’s height.
|
||||
bindsym j resize shrink width 10 px or 10 ppt
|
||||
bindsym k resize grow height 10 px or 10 ppt
|
||||
bindsym l resize shrink height 10 px or 10 ppt
|
||||
bindsym semicolon resize grow width 10 px or 10 ppt
|
||||
|
||||
# same bindings, but for the arrow keys
|
||||
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
|
||||
|
||||
# back to normal: Enter or Escape
|
||||
bindsym Return mode "default"
|
||||
bindsym Escape mode "default"
|
||||
}
|
||||
|
||||
bindsym $mod+r mode "resize"
|
||||
|
||||
# Start i3bar to display a workspace bar (plus the system information i3status
|
||||
# finds out, if available)
|
||||
bar {
|
||||
tray_output primary
|
||||
status_command i3status
|
||||
}
|
||||
|
||||
# Custom stats
|
||||
# Custom config
|
||||
default_border pixel 1
|
||||
exec $HOME/.screenlayout/main.sh
|
||||
workspace 1 output HDMI-A-1
|
||||
workspace 2 output HDMI-A-0
|
||||
#workspace 3 output DVI-I-1
|
||||
exec $HOME/.screenlayout/dock.sh
|
||||
|
||||
# Only moves workspace if output
|
||||
workspace 1 output DP-0
|
||||
workspace 2 output DP-0
|
||||
workspace 3 output eDP-1-1
|
||||
workspace 4 output eDP-1-1
|
||||
workspace 10 output eDP-1-1
|
||||
|
||||
# Move whole workspace
|
||||
bindsym $mod+o move workspace to output left
|
||||
bindsym $mod+p move workspace to output right
|
||||
|
||||
# Change between laptop/dock
|
||||
bindsym $mod+Shift+o exec $HOME/.screenlayout/dock.sh
|
||||
bindsym $mod+Shift+p exec $HOME/.screenlayout/laptop.sh
|
||||
|
||||
# Misc
|
||||
bindsym $mod+Shift+f focus parent; fullscreen; focus child
|
||||
#i3lock
|
||||
bindsym $mod+x exec i3lock -c 000000
|
||||
bindsym $mod+x exec $HOME/.config/i3/matrixlock.py
|
||||
|
||||
Reference in New Issue
Block a user