fix dumb tmux conf
This commit is contained in:
@@ -27,6 +27,11 @@ set $shutdown shutdown -h now
|
||||
set $reboot reboot
|
||||
set $hibernate sudo -A systemctl suspend
|
||||
|
||||
# Use Mouse+$mod to drag floating windows to their wanted position
|
||||
floating_modifier $mod
|
||||
bindsym $mod+d floating toggle
|
||||
|
||||
|
||||
font pango:Sans Regular 12
|
||||
bar {
|
||||
i3bar_command i3bar
|
||||
@@ -76,10 +81,10 @@ bindsym $mod+k focus up
|
||||
bindsym $mod+Shift+k move up
|
||||
bindsym $mod+l focus right
|
||||
bindsym $mod+Shift+l move right
|
||||
bindsym $mod+Shift+u resize grow width 1 px or 1 ppt
|
||||
bindsym $mod+Shift+i resize shrink height 1 px or 1 ppt
|
||||
bindsym $mod+Shift+o resize grow height 1 px or 1 ppt
|
||||
bindsym $mod+Shift+p resize shrink width 1 px or 1 ppt
|
||||
bindsym $mod+Ctrl+h resize grow width 1 px or 1 ppt
|
||||
bindsym $mod+Ctrl+j resize shrink height 1 px or 1 ppt
|
||||
bindsym $mod+Ctrl+k resize grow height 1 px or 1 ppt
|
||||
bindsym $mod+Ctrl+l resize shrink width 1 px or 1 ppt
|
||||
bindsym $mod+Shift+r exec --no-startup-id winresize
|
||||
bindsym $mod+f fullscreen toggle
|
||||
bindsym $mod+q [con_id="__focused__" instance="^(?!dropdown_).*$"] kill
|
||||
@@ -143,11 +148,13 @@ bindsym $mod+Shift+0 move container to workspace $ws10
|
||||
|
||||
|
||||
# APPLICATION SHORTCUTS
|
||||
bindsym $mod+Return exec --no-startup-id $LAUNCHER
|
||||
bindsym $mod+Return exec --no-startup-id ulauncher-toggle
|
||||
bindsym $mod+Shift+Return exec --no-startup-id $LAUNCHER
|
||||
bindsym $mod+space exec --no-startup-id $TERMINAL
|
||||
bindsym $mod+w exec --no-startup-id $BROWSER
|
||||
bindsym $mod+e exec --no-startup-id $EXPLORER
|
||||
bindsym $mod+m exec --no-startup-id $MAILCLIENT
|
||||
bindsym $mod+Escape exec --no-startup-id $LOCKSCREEN
|
||||
# Show selection:
|
||||
#bindsym $mod+Insert exec --no-startup-id showclip
|
||||
|
||||
|
||||
Reference in New Issue
Block a user