new computer, who dis?

This commit is contained in:
Franzi 2022-02-13 08:47:44 +01:00
parent f453eed9e0
commit f23e8f5e65
Signed by: kunsi
GPG key ID: 12E3D2136B818350
5 changed files with 14 additions and 66 deletions

View file

@ -5,8 +5,8 @@ font pango:DB Office Regular 9
floating_modifier $mod
bindsym $mod+Return exec xiate
bindsym $mod+Shift+Return exec xiate -class xiate-floating -e python
bindsym $mod+Return exec kitty
bindsym $mod+Shift+Return exec kitty --class terminal-floating -e python
bindsym $mod+Shift+x kill
@ -98,7 +98,7 @@ force_display_urgency_hint 1000 ms
focus_on_window_activation smart
bar {
status_command python ~/.config/i3pystatus/config.py
status_command /opt/i3pystatus/venv/bin/python ~/.config/i3pystatus/config.py
position top
tray_output primary
workspace_buttons yes
@ -108,7 +108,7 @@ for_window [window_role="pop-up"] floating enable
for_window [class="Pavucontrol"] floating enable
for_window [class="Gnome-calculator"] floating enable
for_window [class="realvnc-vncviewer"] floating enable
for_window [class="xiate-floating"] floating enable
for_window [class="terminal-floating"] floating enable
workspace $ws1 output DP2-2
workspace $ws2 output DP2-1
@ -124,13 +124,9 @@ exec xset s noblank && xset s 90 10 && xset -dpms
exec xsetroot -solid "#000000"
exec xss-lock -n /home/kunsi/.bin/notify.sh -- /home/kunsi/.bin/screenlock.sh
exec xinput disable 'SynPS/2 Synaptics TouchPad'
exec xinput disable 'ELAN Touchscreen'
#bindsym Control+$mod+l exec /home/kunsi/.bin/screenlock.sh
bindsym XF86Tools exec /home/kunsi/.bin/screenlock.sh
bindsym XF86Display exec arandr
bindsym $mod+Prior exec pactl set-sink-volume @DEFAULT_SINK@ +2%; exec pactl set-sink-mute @DEFAULT_SINK@ 0
bindsym $mod+Next exec pactl set-sink-volume @DEFAULT_SINK@ -2%; exec pactl set-sink-mute @DEFAULT_SINK@ 0
bindsym XF86AudioRaiseVolume exec pactl set-sink-volume @DEFAULT_SINK@ +2%; exec pactl set-sink-mute @DEFAULT_SINK@ 0
@ -138,8 +134,8 @@ bindsym XF86AudioLowerVolume exec pactl set-sink-volume @DEFAULT_SINK@ -2%; exec
bindsym XF86AudioMute exec pactl set-sink-mute @DEFAULT_SINK@ toggle
bindsym XF86AudioMicMute exec pactl set-source-mute alsa_input.pci-0000_00_1f.3.analog-stereo toggle
bindsym XF86MonBrightnessUp exec xbacklight +5
bindsym XF86MonBrightnessDown exec xbacklight -5
bindsym XF86MonBrightnessUp exec sudo light -A 5
bindsym XF86MonBrightnessDown exec sudo light -U 5
bindsym $mod+Print exec maim ~/screenshot_$(date +%Y-%m-%d_%H%M%S).png
bindsym $mod+Shift+Print exec maim -i $(xdotool getactivewindow) ~/screenshot_$(date +%Y-%m-%d_%H%M%S).png