changed i3 config
This commit is contained in:
parent
7cd92a5e2a
commit
29b533e96f
@ -149,7 +149,7 @@ bindsym $mod+d exec rofi -show drun -show-icons
|
|||||||
bindsym $mod+i exec --no-startup-id i3lock -i ~/.config/i3/lockscreen
|
bindsym $mod+i exec --no-startup-id i3lock -i ~/.config/i3/lockscreen
|
||||||
|
|
||||||
bindsym $mod+Shift+e exec rofi -show script -modi script:$HOME/.config/i3/pm.sh
|
bindsym $mod+Shift+e exec rofi -show script -modi script:$HOME/.config/i3/pm.sh
|
||||||
bindsym $mod+s exec $HOME/.scripts/quickActionRofi.sh
|
bindsym $mod+s exec $HOME/.config/rofi/rofi-quick-action.sh
|
||||||
bindsym $mod+a exec --no-startup-id rofi -show calc -modi calc -no-show-match -no-sort
|
bindsym $mod+a exec --no-startup-id rofi -show calc -modi calc -no-show-match -no-sort
|
||||||
bindsym XF86MonBrightnessUp exec --no-startup-id light -A 5
|
bindsym XF86MonBrightnessUp exec --no-startup-id light -A 5
|
||||||
bindsym XF86MonBrightnessDown exec --no-startup-id light -U 5
|
bindsym XF86MonBrightnessDown exec --no-startup-id light -U 5
|
||||||
@ -167,12 +167,10 @@ bindsym $mod+Shift+w exec --no-startup-id networkmanager_dmenu
|
|||||||
|
|
||||||
### autostart ###
|
### autostart ###
|
||||||
|
|
||||||
#exec_always --no-startup-id $HOME/.config/compton/launch.sh
|
|
||||||
exec --no-startup-id picom -b
|
exec --no-startup-id picom -b
|
||||||
exec --no-startup-id feh --bg-scale ~/.lastBg
|
exec --no-startup-id feh --bg-scale ~/.cache/.last-bg
|
||||||
exec_always --no-startup-id $HOME/.config/polybar/launch.sh
|
exec_always --no-startup-id $HOME/.config/polybar/launch.sh
|
||||||
#exec --no-startup-id amixer sset Master mute
|
#exec --no-startup-id pactl set-sink-mute 0 1
|
||||||
exec --no-startup-id pactl set-sink-mute 0 1
|
|
||||||
exec --no-startup-id xss-lock -- i3lock -i ~/.config/i3/lockscreen
|
exec --no-startup-id xss-lock -- i3lock -i ~/.config/i3/lockscreen
|
||||||
exec --no-startup-id dunst
|
exec --no-startup-id dunst
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user