Merge branch 'main' of gitlab.com:blankinator/dotfiles

This commit is contained in:
2024-04-09 11:54:00 +02:00
2 changed files with 133 additions and 3 deletions
+20 -3
View File
@@ -83,7 +83,7 @@ bindsym $mod+Ctrl+KP_Page_Up exec $myTerm -e wopr report.xml
bindsym $mod+Home exec "autorandr -c"
# toggle polybar
bindsym $mod+Shift+f exec "polybar-msg cmd toggle"
# bindsym $mod+Shift+f exec "polybar-msg cmd toggle"
# make screenshot
bindsym $mod+Print exec "flameshot full -c"
@@ -313,7 +313,7 @@ bindsym $mod+Ctrl+Shift+$alt+l exec --no-startup-id light-locker-command -l
# Set shut down, restart
bindsym $mod+Shift+Ctrl+$alt+h exec --no-startup-id systemctl hibernate
bindsym $mod+Shift+Ctrl+$alt+s exec --no-startup-id systemctl suspend
bindsym $mod+Shift+Ctrl+$alt+s exec --no-startup-id systemctl suspend-then-hibernate
# set lock combination for i3lock
bindsym $mod+Ctrl+l exec --no-startup-id i3lock -c 000000
@@ -368,7 +368,7 @@ exec --no-startup-id numlockx on
# Autostart applications
exec_always --no-startup-id $HOME/.config/polybar/launch.sh
#exec_always --no-startup-id $HOME/.config/polybar/launch.sh
exec --no-startup-id nextcloud
exec --no-startup-id mullvad-vpn
exec --no-startup-id redshift ~/.config/redshift/redshift.conf
@@ -492,3 +492,20 @@ mode "$mode_gaps_outer" {
bindsym Escape mode "default"
}
bar {
font pango:MesloLGS NF 11
position top
status_command /usr/bin/i3status-rs $HOME/.config/i3status-rust/config.toml
tray_output primary
colors {
separator #ffffff
background #424242
statusline #424242
}
}
# config for i3block
#bar {
# status_command i3blocks
#
#}