Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # ===System===
- font pango:Roboto Mono Regular 11
- floating_modifier mod1
- set $mod mod4
- set $ws1 "1"
- set $ws2 "2"
- set $ws3 "3"
- set $ws4 "4"
- set $ws5 "5"
- set $ws6 "6"
- set $ws7 "7"
- set $ws8 "8"
- set $ws9 "9"
- set $ws10 "10"
- for_window [class="zenity"] floating enable
- for_window [class="^.*" ] border pixel 2
- for_window [class="Dunst"] floating enable
- for_window [class="Steam"] floating enable
- gaps inner 20
- smart_gaps on
- smart_borders on
- # ===Autostart===
- exec --no-startup-id /usr/lib/mate-polkit/polkit-mate-authentication-agent-1
- exec --no-startup-id xset -b
- exec --no-startup-id i3-msg workspace 1
- assign [class="Alacritty"] 1
- exec --no-startup-id alacritty
- assign[class="code-oss"] 2
- exec --no-startup-id code
- assign [class="Firefox"] 3
- exec --no-startup-id firefox
- exec --no-startup-id setxkbmap -layout "us,ru" -option "grp:alt_shift_toggle"
- exec --no-startup-id dunst
- exec --no-startup-id compton --config ~/Scripts/cfg -f
- exec_always --no-startup-id ~/Scripts/polybar
- exec --no-startup-id feh --bg-scale /home/uzzer/Pictures/wall.jpg
- # ===Binds===
- bindsym mod1+r restart
- bindsym mod1+control+s exec --no-startup-id flameshot full -p ~/Screenshots
- bindsym mod1+t exec --no-startup-id alacritty
- bindsym F4 exec --no-startup-id betterlockscreen -l dimblur
- bindsym F5 exec --no-startup-id betterlockscreen -s dimblur
- bindsym mod1+x kill
- bindsym mod1+f exec --no-startup-id firefox -no-remote
- bindsym mod1+Tab floating toggle
- bindsym mod1+s exec --no-startup-id thunar
- bindsym mod1+m split h
- bindsym mod1+v split v
- bindsym mod1+d exec --no-startup-id rofi -font "roboto 11" -show drun -lines 7 -width 30
- bindsym mod1+b exec --no-startup-id ddcutil setvcp 10 100
- bindsym mod1+g exec --no-startup-id ddcutil setvcp 10 0
- bindsym mod1+e exec --no-startup-id alacritty -e htop
- bindsym mod1+q exec --no-startup-id redshift -l 55.52:89.20
- bindsym mod1+a exec --no-startup-id killall -q redshift
- bindsym mod1+c exec --no-startup-id code
- bindsym F3 exec amixer -q set Master 1%+ unmute
- bindsym F2 exec amixer -q set Master 1%- unmute
- bindsym F1 exec amixer set Master unmute && amixer set Headphone toggle
- bindsym mod1+1 workspace $ws1
- bindsym mod1+2 workspace $ws2
- bindsym mod1+3 workspace $ws3
- bindsym mod1+4 workspace $ws4
- bindsym mod1+5 workspace $ws5
- bindsym mod1+6 workspace $ws6
- bindsym mod1+7 workspace $ws7
- bindsym mod1+8 workspace $ws8
- bindsym mod1+9 workspace $ws9
- bindsym mod1+0 workspace $ws10
- bindsym mod1+$mod+h resize shrink width 10 px or 10 ppt
- bindsym mod1+$mod+j resize grow height 10 px or 10 ppt
- bindsym mod1+$mod+k resize shrink height 10 px or 10 ppt
- bindsym mod1+$mod+l resize grow width 10 px or 10 ppt
- bindsym mod1+control+h focus left
- bindsym mod1+control+j focus down
- bindsym mod1+control+k focus up
- bindsym mod1+control+l focus right
- bindsym $mod+h move left
- bindsym $mod+j move down
- bindsym $mod+k move up
- bindsym $mod+l move right
- bindsym $mod+1 move container to workspace 1
- bindsym $mod+2 move container to workspace 2
- bindsym $mod+3 move container to workspace 3
- bindsym $mod+4 move container to workspace 4
- bindsym $mod+5 move container to workspace 5
- bindsym $mod+6 move container to workspace 6
- bindsym $mod+7 move container to workspace 7
- bindsym $mod+8 move container to workspace 8
- bindsym $mod+9 move container to workspace 9
- bindsym $mod+0 move container to workspace 10
- # ===Colors===
- set $background #424263
- set $foreground #ffffff
- set $unfocused #424263
- set $focused #95dafc
- set $urgent #e992ff
- # ===Class=== Border Background Text Indicator Child indicator
- client.focused $focused $focused $focused $focused $focused
- client.focused_inactive $unfocused $unfocused $foreground $unfocused $unfocused
- client.unfocused $unfocused $unfocused $foreground $unfocused $unfocused
- client.urgent $urgent $urgent $foreground $urgent $urgent
Advertisement
Add Comment
Please, Sign In to add comment