145 lines
4.7 KiB
Text
145 lines
4.7 KiB
Text
set $mod Mod4
|
|
|
|
#font pango:B612 Regular 9
|
|
font pango:DB Office Regular 8
|
|
|
|
floating_modifier $mod
|
|
|
|
bindsym $mod+Return exec alacritty
|
|
bindsym $mod+Shift+Return exec alacritty --class terminal-floating -e python
|
|
|
|
bindsym $mod+Shift+x kill
|
|
|
|
bindsym $mod+a exec rofi -show drun
|
|
bindsym $mod+Shift+a exec rofi -show run
|
|
|
|
bindsym $mod+n focus left
|
|
bindsym $mod+r focus down
|
|
bindsym $mod+t focus up
|
|
bindsym $mod+d focus right
|
|
|
|
bindsym $mod+Shift+n move left
|
|
bindsym $mod+Shift+r move down
|
|
bindsym $mod+Shift+t move up
|
|
bindsym $mod+Shift+d move right
|
|
|
|
bindsym Control+$mod+n move workspace to output left
|
|
bindsym Control+$mod+r move workspace to output down
|
|
bindsym Control+$mod+t move workspace to output up
|
|
bindsym Control+$mod+d move workspace to output right
|
|
|
|
bindsym $mod+h split h
|
|
bindsym $mod+v split v
|
|
|
|
bindsym $mod+e fullscreen toggle
|
|
|
|
bindsym $mod+q layout stacking
|
|
bindsym $mod+f layout tabbed
|
|
bindsym $mod+g layout toggle split
|
|
|
|
bindsym $mod+Shift+space floating toggle
|
|
|
|
bindsym $mod+space focus mode_toggle
|
|
#bindsym $mod+u focus parent
|
|
#bindsym $mod+d focus child
|
|
|
|
set $ws1 "1:irc"
|
|
set $ws2 "2:browser"
|
|
set $ws3 "3:msg"
|
|
set $ws4 "4"
|
|
set $ws5 "5"
|
|
set $ws6 "6"
|
|
set $ws7 "7"
|
|
set $ws8 "8"
|
|
set $ws9 "9:media"
|
|
set $ws10 "10:mail"
|
|
|
|
bindsym $mod+1 workspace $ws1
|
|
bindsym $mod+2 workspace $ws2
|
|
bindsym $mod+3 workspace $ws3
|
|
bindsym $mod+4 workspace $ws4
|
|
bindsym $mod+5 workspace $ws5
|
|
bindsym $mod+6 workspace $ws6
|
|
bindsym $mod+7 workspace $ws7
|
|
bindsym $mod+8 workspace $ws8
|
|
bindsym $mod+9 workspace $ws9
|
|
bindsym $mod+0 workspace $ws10
|
|
|
|
bindsym $mod+Shift+1 move container to workspace $ws1
|
|
bindsym $mod+Shift+2 move container to workspace $ws2
|
|
bindsym $mod+Shift+3 move container to workspace $ws3
|
|
bindsym $mod+Shift+4 move container to workspace $ws4
|
|
bindsym $mod+Shift+5 move container to workspace $ws5
|
|
bindsym $mod+Shift+6 move container to workspace $ws6
|
|
bindsym $mod+Shift+7 move container to workspace $ws7
|
|
bindsym $mod+Shift+8 move container to workspace $ws8
|
|
bindsym $mod+Shift+9 move container to workspace $ws9
|
|
bindsym $mod+Shift+0 move container to workspace $ws10
|
|
|
|
bindsym $mod+Shift+l reload
|
|
bindsym $mod+Shift+c restart
|
|
bindsym $mod+Ctrl+x exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -b 'Yes, exit i3' 'i3-msg exit'"
|
|
|
|
mode "resize" {
|
|
bindsym n resize shrink width 10 px or 10 ppt
|
|
bindsym r resize grow height 10 px or 10 ppt
|
|
bindsym t resize shrink height 10 px or 10 ppt
|
|
bindsym d resize grow width 10 px or 10 ppt
|
|
|
|
bindsym Return mode "default"
|
|
bindsym Escape mode "default"
|
|
}
|
|
|
|
bindsym $mod+c mode "resize"
|
|
|
|
default_border pixel 1
|
|
hide_edge_borders smart
|
|
force_display_urgency_hint 1000 ms
|
|
focus_on_window_activation smart
|
|
|
|
bar {
|
|
status_command /opt/i3pystatus/venv/bin/python ~/.config/i3pystatus/config.py
|
|
position top
|
|
tray_output primary
|
|
workspace_buttons yes
|
|
}
|
|
|
|
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="terminal-floating"] floating enable
|
|
|
|
workspace $ws1 output DisplayPort-3
|
|
workspace $ws2 output DisplayPort-4
|
|
workspace $ws3 output DisplayPort-3
|
|
workspace $ws9 output eDP
|
|
workspace $ws10 output DisplayPort-4
|
|
|
|
exec_always setxkbmap -synch
|
|
exec_always ~/.fehbg
|
|
exec_always sudo /home/kunsi/.bin/trackpoint-settings.sh
|
|
|
|
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'
|
|
|
|
bindsym XF86Favorites exec /home/kunsi/.bin/screenlock.sh
|
|
|
|
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
|
|
bindsym XF86AudioLowerVolume exec pactl set-sink-volume @DEFAULT_SINK@ -2%; exec pactl set-sink-mute @DEFAULT_SINK@ 0
|
|
bindsym XF86AudioMute exec pactl set-sink-mute @DEFAULT_SINK@ toggle
|
|
bindsym XF86AudioMicMute exec pactl set-source-mute alsa_input.pci-0000_07_00.6.HiFi__hw_acp__source toggle
|
|
|
|
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
|
|
|
|
bindsym $mod+Shift+Left exec playerctl previous
|
|
bindsym $mod+Shift+Down exec playerctl play-pause
|
|
bindsym $mod+Shift+Right exec playerctl next
|