This commit is contained in:
Tiago Sousa 2024-03-29 18:06:52 +00:00
parent 0085880ef0
commit 92bec8a741
Signed by: tiago
SSH key fingerprint: SHA256:odOD9vln9U7qNe1R8o3UCbE3jkQCkr5/q5mgd5hwua0
14 changed files with 86 additions and 182 deletions

View file

@ -13,6 +13,7 @@ set $mod2 Mod4
set $browser firefox
set $terminal st
set $theme_selector $HOME/.local/share/scripts/theme-selector.sh
set $monitor_script $HOME/.local/share/scripts/monitor.sh
# Font for window titles. Will also be used by the bar unless a different font
# is used in the bar {} block below.
@ -85,6 +86,9 @@ bindsym $mod+p exec --no-startup-id $HOME/.config/rofi/applets/bin/powermenu.sh
# theme selector
bindsym $mod+Shift+t exec --no-startup-id $theme_selector
# monitor
bindsym $mod+m exec --no-startup-id $monitor_script
# launch a browser
bindsym $mod+b exec --no-startup-id $browser
# change focus
@ -120,6 +124,9 @@ bindsym $mod+v split v
# enter fullscreen mode for the focused container
bindsym $mod+f fullscreen toggle
# toggle sticky floating windows
bindsym $mod+Shift+s sticky toggle
# change container layout (stacked, tabbed, toggle split)
bindsym $mod+s layout stacking
bindsym $mod+t layout tabbed
@ -218,7 +225,7 @@ assign [class="thunderbird"] 7
# startup programs
# sets up monitors and picom
exec_always --no-startup-id ~/.local/share/scripts/monitor.sh
exec --no-startup-id $monitor_script
exec --no-startup-id nextcloud
exec --no-startup-id nitrogen --restore
exec --no-startup-id i3-msg 'workspace 1; exec $terminal'