begin using rofi
This commit is contained in:
@@ -32,10 +32,10 @@ for_window [instance="bitwarden"] move scratchpad
|
||||
for_window [instance="bitwarden"] sticky enable
|
||||
bindsym $mod+p [instance="bitwarden"] scratchpad show;
|
||||
|
||||
exec $TERMINAL --class="dropdown_tmux"
|
||||
exec $TERMINAL --class="dropdown_tmux" -e 'tmux'
|
||||
for_window [class="dropdown_tmux"] move scratchpad
|
||||
for_window [class="dropdown_tmux"] sticky enable
|
||||
bindsym $mod+Shift+space [class="dropdown_tmux"] scratchpad show;
|
||||
bindsym $mod+space [class="dropdown_tmux"] scratchpad show;
|
||||
|
||||
# General dropdown window traits. The order can matter.
|
||||
# sticky allows windows to stay visible even when switching workspaces
|
||||
@@ -116,7 +116,8 @@ bindsym $mod+Shift+0 move container to workspace $ws10
|
||||
|
||||
# APPLICATION SHORTCUTS
|
||||
bindsym $mod+Return exec --no-startup-id "ulauncher-toggle"
|
||||
bindsym $mod+space exec --no-startup-id $TERMINAL
|
||||
bindsym $mod+Shift+Return exec --no-startup-id "rofi -show"
|
||||
bindsym $mod+Shift+space exec --no-startup-id $TERMINAL
|
||||
bindsym $mod+w exec --no-startup-id $BROWSER
|
||||
bindsym $mod+Shift+w exec --no-startup-id "$BROWSER -profile ~/.mozilla/firefox/2ustnzbw.shopping"
|
||||
bindsym $mod+e exec --no-startup-id $EXPLORER
|
||||
@@ -124,7 +125,7 @@ bindsym $mod+m exec --no-startup-id $MAILCLIENT
|
||||
bindsym $mod+Escape exec --no-startup-id $LOCKSCREEN
|
||||
# TODO add import path/to/img.png to make a screenshot
|
||||
bindsym --release $mod+s exec "import ~/Pictures/screenshots/$(date '+%y_%m_%d-%H_%M_%S').png"
|
||||
bindsym $mod+Shift+s exec "import -window root ~/Pictures/screenshots/$(date 'import ~/Pictures/screenshots/$(date '+%y_%m_%d-%H_%M_%S').png"
|
||||
#bindsym $mod+Shift+s exec "import -window root ~/Pictures/screenshots/$(date 'import ~/Pictures/screenshots/$(date '+%y_%m_%d-%H_%M_%S').png"
|
||||
# i3lock for locking, i3-msg exit for logout
|
||||
# Show selection:
|
||||
#bindsym $mod+Insert exec --no-startup-id showclip
|
||||
|
||||
Reference in New Issue
Block a user