134 lines
4.3 KiB
Text
134 lines
4.3 KiB
Text
set $mod Mod4
|
|
|
|
font pango:DejaVu Sans 9
|
|
|
|
floating_modifier $mod
|
|
|
|
bindsym $mod+Return exec i3-sensible-terminal
|
|
|
|
bindsym $mod+Shift+x kill
|
|
|
|
bindsym $mod+a exec rofi -show drun
|
|
#bindsym $mod+a exec i3-dmenu-desktop
|
|
bindsym Mod1+Tab exec rofi -show window
|
|
|
|
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 $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
|
|
|
|
bindsym $mod+1 workspace 1
|
|
bindsym $mod+2 workspace 2
|
|
bindsym $mod+3 workspace 3
|
|
bindsym $mod+4 workspace 4
|
|
bindsym $mod+5 workspace 5
|
|
bindsym $mod+6 workspace 6
|
|
bindsym $mod+7 workspace 7
|
|
bindsym $mod+8 workspace 8
|
|
bindsym $mod+9 workspace 9
|
|
bindsym $mod+0 workspace 10
|
|
|
|
bindsym $mod+Shift+1 move container to workspace 1
|
|
bindsym $mod+Shift+2 move container to workspace 2
|
|
bindsym $mod+Shift+3 move container to workspace 3
|
|
bindsym $mod+Shift+4 move container to workspace 4
|
|
bindsym $mod+Shift+5 move container to workspace 5
|
|
bindsym $mod+Shift+6 move container to workspace 6
|
|
bindsym $mod+Shift+7 move container to workspace 7
|
|
bindsym $mod+Shift+8 move container to workspace 8
|
|
bindsym $mod+Shift+9 move container to workspace 9
|
|
bindsym $mod+Shift+0 move container to workspace 10
|
|
|
|
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
|
|
|
|
bar {
|
|
status_command 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="mpv"] floating enable
|
|
|
|
workspace 1 output eDP1 DP2-2
|
|
workspace 2 output eDP1 DP2-1
|
|
workspace 3 output eDP1 DP2-2
|
|
workspace 9 output eḐP1 DP2-3 DP2-1
|
|
workspace 10 output eDP1 DP2-2
|
|
|
|
exec_always setxkbmap -synch
|
|
exec_always ~/.fehbg
|
|
|
|
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'
|
|
exec --no-startup-id dockd --daemon
|
|
|
|
#bindsym Control+$mod+l exec /home/kunsi/.bin/screenlock.sh
|
|
bindsym XF86Tools exec /home/kunsi/.bin/screenlock.sh
|
|
|
|
bindsym Control+$mod+r move workspace to output up
|
|
bindsym Control+$mod+t move workspace to output down
|
|
bindsym Control+$mod+n move workspace to output left
|
|
bindsym Control+$mod+d move workspace to output right
|
|
|
|
bindsym XF86Display exec /home/kunsi/.bin/screenlayout.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_00_1f.3.analog-stereo toggle
|
|
|
|
bindsym XF86MonBrightnessUp exec xbacklight +2
|
|
bindsym XF86MonBrightnessDown exec xbacklight -2
|
|
|
|
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
|