Commit 4caf5684 authored by Jay Ta'ala's avatar Jay Ta'ala
Browse files

Merge branch 'development'

parents 732ab5dc 91d536fb
......@@ -300,23 +300,23 @@ for_window [title="Color Picker"] floating enable border none
for_window [class="(?i)Kupfer"] border none
for_window [class="(?i)Gnome-calculator"] floating enable
# setting up dropdown terminal
# setting up dropdown terminal (using tilix)
# NOTE: you'll need to disable CSD and set 'Application title' to '${activeTerminalTitle}' (appearance options)
for_window [title="dropdown-terminal"] sticky enable border none
for_window [title="dropdown-terminal"] move scratchpad
exec --no-startup-id terminator -T dropdown-terminal
exec --no-startup-id tilix -t dropdown-terminal
bindsym $mod+Shift+Return [title="dropdown-terminal"] scratchpad show
bindsym $mod+Mod1+Return [title="dropdown-terminal"] move position 0px 0px; resize set 1920 600
# setting up dropdown Bitwarden
for_window [class="Bitwarden"] sticky enable border none
for_window [class="Bitwarden"] move scratchpad
exec --no-startup-id bitwarden-desktop
exec --no-startup-id /usr/bin/flatpak run --branch=stable --arch=x86_64 --command=/app/bin/bitwarden com.bitwarden.desktop --no-sandbox
bindsym $mod+o [class="Bitwarden"] scratchpad show
bindsym $mod+Mod1+o [class="Bitwarden"] move position 0px 0px; resize set 960 500
# Application shortcuts
bindsym $mod+Return exec terminator
bindsym $mod+Return exec tilix
bindsym $mod+Ctrl+b exec terminal -e 'bmenu'
#bindsym $mod+F2 exec --no-startup-id pavucontrol
#bindsym $mod+F5 exec terminal -e 'mocp'
......
......@@ -21,8 +21,8 @@ bind -n M-k select-pane -U
bind -n M-j select-pane -D
# Shift arrow to switch windows
bind -n C-Left previous-window
bind -n C-Right next-window
bind -n C-M-h previous-window
bind -n C-M-l next-window
# No delay for escape key press
set -sg escape-time 0
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment