Tweak for Firefox workspaces, screenshots working

master
Quentin Duchemin 2023-02-19 11:01:41 +01:00
parent 03ca82c4c4
commit fb134bbf39
Signed by: Chosto
GPG Key ID: 96AB8AE7DFEA3D74
4 changed files with 7 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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