fix: remove shell variables from i3config

This commit is contained in:
eneller
2023-07-09 04:33:31 +02:00
parent c999f058bc
commit 738639bc19
2 changed files with 5 additions and 52 deletions

View File

@@ -34,7 +34,7 @@ for_window [instance="bitwarden"] move scratchpad
for_window [instance="bitwarden"] sticky enable
bindsym $mod+p [instance="bitwarden"] scratchpad show;
exec $TERMINAL --class="dropdown_tmux" -e 'tmux'
exec alacritty --class="dropdown_tmux" -e 'tmux'
for_window [class="dropdown_tmux"] move scratchpad
for_window [class="dropdown_tmux"] sticky enable
bindsym $mod+space [class="dropdown_tmux"] scratchpad show;
@@ -118,11 +118,10 @@ bindsym $mod+Shift+0 move container to workspace $ws10
# APPLICATION SHORTCUTS
bindsym $mod+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
bindsym $mod+m exec --no-startup-id $MAILCLIENT
bindsym $mod+Shift+space exec --no-startup-id alacritty
bindsym $mod+w exec --no-startup-id firefox
bindsym $mod+e exec --no-startup-id thunar
bindsym $mod+m exec --no-startup-id thunderbird
# 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 '+%y_%m_%d-%H_%M_%S').png"