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