mirror of
https://github.com/bgrolleman/dotfiles.git
synced 2025-12-06 05:45:24 +01:00
Fix a few syntax errors
This commit is contained in:
11
i3/config
11
i3/config
@@ -4,7 +4,7 @@
|
||||
# Some reason system boots wrong resolution
|
||||
exec --no-startup-id ~/bin/set_display_ultrawide
|
||||
|
||||
# Alt
|
||||
# t
|
||||
set $mod Mod1
|
||||
# Win
|
||||
set $win Mod4
|
||||
@@ -59,14 +59,14 @@ bindsym $mod+Shift+q kill
|
||||
#bindsym $mod+d exec --no-startup-id dmenu_run
|
||||
# A more modern dmenu replacement is rofi:
|
||||
bindcode $win+65 exec "rofi -modi drun,run -show drun"
|
||||
bindcode $mod+65 exec "rofi -show window"
|
||||
bindcode Mod4+v exec 'rofi -modi "clipboard:greenclip print" -show clipboard -run-command "{cmd}"'
|
||||
#bindcode $mod+65 exec "rofi -show window"
|
||||
#bindcode $win+v exec 'rofi -modi "clipboard:greenclip print" -show clipboard -run-command "{cmd}"'
|
||||
# There also is i3-dmenu-desktop which only displays applications shipping a
|
||||
# .desktop file. It is a wrapper around dmenu, so you need that installed.
|
||||
# bindcode $mod+40 exec --no-startup-id i3-dmenu-desktop
|
||||
#bindsym $win+l exec "i3lock -i ~/Documents/Resources/Backgrounds/51202139522_fbf4788f42_o.png"
|
||||
#bindsym $win+l exec "/usr/bin/gdmflexiserver"
|
||||
bindsym $win+$alt+q exec "/usr/bin/gdmflexiserver"
|
||||
bindsym $win+$mod+q exec "/usr/bin/gdmflexiserver"
|
||||
|
||||
# change focus
|
||||
bindsym $mod+h focus left
|
||||
@@ -83,9 +83,6 @@ bindsym $mod+Shift+l move right
|
||||
# split in horizontal orientation
|
||||
bindsym $mod+semicolon split h
|
||||
|
||||
# split in vertical orientation
|
||||
bindsym $mod+v split v
|
||||
|
||||
# enter fullscreen mode for the focused container
|
||||
bindsym $mod+f fullscreen toggle
|
||||
bindsym $mod+y floating enable; resize set 55ppt 95ppt; move position center
|
||||
|
||||
Reference in New Issue
Block a user