Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # | main
- set $mod Mod1
- font pango:hack 8
- set $refresh_i3status killall -SIGUSR1 i3status
- exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork
- exec --no-startup-id nm-applet
- # | keybindings
- bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +10% && $refresh_i3status
- bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ -10% && $refresh_i3status
- bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ toggle && $refresh_i3status
- bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOURCE@ toggle && $refresh_i3status
- bindsym $mod+Ctrl+t exec gnome-terminal
- bindsym $mod+Shift+q kill
- bindsym $mod+d exec dmenu_run
- bindsym $mod+Left focus left
- bindsym $mod+Down focus down
- bindsym $mod+Up focus up
- bindsym $mod+Right focus right
- bindsym $mod+Shift+Left move left
- bindsym $mod+Shift+Down move down
- bindsym $mod+Shift+Up move up
- bindsym $mod+Shift+Right move right
- bindsym $mod+f fullscreen toggle
- bindsym $mod+s layout stacking
- bindsym $mod+w layout tabbed
- bindsym $mod+e layout toggle split
- bindsym $mod+Shift+space floating toggle
- bindsym $mod+space focus mode_toggle
- bindsym $mod+Shift+r restart
- bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'Do you want to quit?' -B 'Yes' 'i3-msg exit'"
- # | bar
- bar {
- }
- # | setup screens and all papers
- exec_always "./.screenlayout/applylayout.sh"
- exec_always "feh --randomize --bg-fill ~/.wallpaper/anime"
Advertisement
Add Comment
Please, Sign In to add comment