final smol
This commit is contained in:
parent
9e88ce9486
commit
91f6bfde2d
3 changed files with 34 additions and 156 deletions
|
@ -22,9 +22,6 @@ exec --no-startup-id dex --autostart --environment i3
|
|||
## Xgamma
|
||||
exec --no-startup-id xgamma -b 0.9
|
||||
|
||||
## Compose-key
|
||||
# exec --no-startup-id setxkbmap -layout us -option compose:menu
|
||||
|
||||
## Redshift
|
||||
exec --no-startup-id redshift -l 59:30
|
||||
|
||||
|
@ -59,9 +56,12 @@ exec --no-startup-id feh --bg-fill ~/pics/wp/2b16x9.png
|
|||
# exec --no-startup-id xfce4-panel --disable-wm-check
|
||||
exec_always --no-startup-id ~/.config/i3/polybar.sh &
|
||||
|
||||
# exec --no-startup-id betterlockscreen -q -l blur
|
||||
## Hide mouse
|
||||
exec --no-startup-id mousetrap -t 5
|
||||
|
||||
## MPD Notifications
|
||||
exec --no-startup-id /usr/bin/musnify-mpd
|
||||
|
||||
##### BINDINGS ######
|
||||
|
||||
## Toggle keyboard layout
|
||||
|
@ -70,23 +70,10 @@ bindsym $mod+space exec --no-startup-id xkb-switch --next
|
|||
## Touchpad toggle
|
||||
bindsym XF86TouchpadToggle exec --no-startup-id bash ~/.config/script/tpad.sh
|
||||
|
||||
## Toggle connect to bt-headphones
|
||||
# bindsym XF86Mail exec --no-startup-id playerctl play-pause
|
||||
|
||||
## Play/Stop music
|
||||
bindsym XF86WWW exec --no-startup-id bash ~/.config/script/musicctrl.sh
|
||||
|
||||
## Next/Prev music
|
||||
bindsym $mod+shift+z exec --no-startup-id playerctl previous
|
||||
bindsym $mod+shift+x exec --no-startup-id playerctl next
|
||||
|
||||
## Volume control
|
||||
bindsym $mod+shift+a exec --no-startup-id playerctl volume 0.05-
|
||||
bindsym $mod+shift+s exec --no-startup-id playerctl volume 0.05+
|
||||
|
||||
## Play/Pause MPD
|
||||
bindsym XF86Mail exec --no-startup-id mpc toggle
|
||||
|
||||
## Lock Screen
|
||||
# bindsym XF86ScreenSaver exec --no-startup-id i3lock --image=/home/username/pics/wp/2b16x9.png
|
||||
bindsym XF86ScreenSaver exec --no-startup-id betterlockscreen -q -l blur
|
||||
|
||||
### Brightness ###
|
||||
|
@ -134,7 +121,6 @@ floating_modifier $mod
|
|||
|
||||
## start a terminal
|
||||
bindsym $mod+Return exec --no-startup-id kitty
|
||||
bindsym Mod1+Return exec --no-startup-id kitty
|
||||
|
||||
## kill focused window
|
||||
bindsym $mod+q kill
|
||||
|
@ -301,8 +287,6 @@ mode "$mode_system" {
|
|||
bindsym l exec --no-startup-id $Locker, mode "default"
|
||||
bindsym e exec --no-startup-id i3-msg exit, mode "default"
|
||||
bindsym s exec --no-startup-id systemctl suspend, mode "default"
|
||||
bindsym w exec --no-startup-id $Locker && sudo rtcwake -m mem --date \
|
||||
$(/home/username/.config/script/rtcdate.sh), mode "default"
|
||||
bindsym r exec --no-startup-id systemctl reboot, mode "default"
|
||||
bindsym Shift+s exec --no-startup-id systemctl poweroff -i, mode "default"
|
||||
bindsym h exec --no-startup-id systemctl hibernate, mode "default"
|
||||
|
@ -312,22 +296,6 @@ mode "$mode_system" {
|
|||
bindsym Escape mode "default"
|
||||
}
|
||||
|
||||
|
||||
# set $mode_system System (l) lock, (e) logout, (s) suspend, (h) hibernate, (r) reboot, (Shift+s) shutdown
|
||||
# mode "$mode_system" {
|
||||
# bindsym l exec --no-startup-id $Locker, mode "default"
|
||||
# bindsym e exec --no-startup-id i3-msg exit, mode "default"
|
||||
# bindsym s exec --no-startup-id systemctl suspend, mode "default"
|
||||
# bindsym h exec --no-startup-id systemctl hibernate, mode "default"
|
||||
# bindsym r exec --no-startup-id systemctl reboot, mode "default"
|
||||
# bindsym Shift+s exec --no-startup-id systemctl poweroff -i, mode "default"
|
||||
#
|
||||
# ## exit: Enter or Escape
|
||||
# bindsym Return mode "default"
|
||||
# bindsym Escape mode "default"
|
||||
|
||||
|
||||
|
||||
##### Colors ######
|
||||
|
||||
## class border backgr. text indicator child_border
|
||||
|
@ -371,10 +339,7 @@ client.background #ffffff
|
|||
##### Windows #####
|
||||
|
||||
default_border pixel 5
|
||||
# hide_edge_borders both
|
||||
|
||||
|
||||
# assign [class="^mpv$"] $ws6
|
||||
assign [class="qutebrowser"] $ws1
|
||||
|
||||
for_window [class="mpv"] floating enable
|
||||
|
@ -386,8 +351,6 @@ for_window [class="imv"] floating enable
|
|||
for_window [class="QjackCtl"] floating enable
|
||||
workspace_auto_back_and_forth yes
|
||||
|
||||
# for_window [class="Alacritty" instance="cava"] border pixel 0
|
||||
|
||||
##### GAPS #####
|
||||
|
||||
gaps inner 9
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue