Tweak for Firefox workspaces, screenshots working
parent
03ca82c4c4
commit
fb134bbf39
|
@ -30,6 +30,7 @@ polybar
|
||||||
powerline-fonts
|
powerline-fonts
|
||||||
python-pip
|
python-pip
|
||||||
python-pygments
|
python-pygments
|
||||||
|
python-requests
|
||||||
redshift
|
redshift
|
||||||
rofi
|
rofi
|
||||||
rsync
|
rsync
|
||||||
|
|
|
@ -30,6 +30,7 @@ polybar
|
||||||
powerline-fonts
|
powerline-fonts
|
||||||
python-pip
|
python-pip
|
||||||
python-pygments
|
python-pygments
|
||||||
|
python-pyperclip
|
||||||
python-requests
|
python-requests
|
||||||
redshift
|
redshift
|
||||||
rofi
|
rofi
|
||||||
|
|
|
@ -216,7 +216,7 @@ for_window [title="Preferences$"] floating enable
|
||||||
for_window [class="Telegram"] floating enable
|
for_window [class="Telegram"] floating enable
|
||||||
|
|
||||||
for_window [class="(?i)Thunderbird"] move position center
|
for_window [class="(?i)Thunderbird"] move position center
|
||||||
|
for_window [window_role="GtkFileChooserDialog"] move position center
|
||||||
# scratchpad
|
# scratchpad
|
||||||
# Make the currently focused window a scratchpad
|
# Make the currently focused window a scratchpad
|
||||||
bindsym $mod+Shift+BackSpace move scratchpad
|
bindsym $mod+Shift+BackSpace move scratchpad
|
||||||
|
@ -233,5 +233,5 @@ bindsym Mod4+eacute [title="(?i)tech.*obsidian"] scratchpad show, move container
|
||||||
# automatic workspace
|
# automatic workspace
|
||||||
assign [class="(?i)Obsidian"] → number 4
|
assign [class="(?i)Obsidian"] → number 4
|
||||||
assign [class="(?i)Tor Browser"] → number 5
|
assign [class="(?i)Tor Browser"] → number 5
|
||||||
assign [class="(?i)Firefox"] → number 3
|
assign [class="(?i)Firefox" window_role="browser"] → number 3
|
||||||
assign [class="(?i)VSCodium"] → number 2
|
assign [class="(?i)VSCodium"] → number 2
|
||||||
|
|
|
@ -93,6 +93,8 @@ if [ ! -z "$INIT" ]; then
|
||||||
sudo systemctl enable --now NetworkManager
|
sudo systemctl enable --now NetworkManager
|
||||||
# So that "Open in Terminal" works in Nemo
|
# So that "Open in Terminal" works in Nemo
|
||||||
gsettings set org.cinnamon.desktop.default-applications.terminal exec i3-sensible-terminal
|
gsettings set org.cinnamon.desktop.default-applications.terminal exec i3-sensible-terminal
|
||||||
|
# For screenshots
|
||||||
|
pip install pychee
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ! -z ${ENV} ]; then
|
if [ ! -z ${ENV} ]; then
|
||||||
|
|
Loading…
Reference in New Issue