mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-04-29 17:25:34 +00:00
Fixed conflict
This commit is contained in:
parent
28ab8e28ad
commit
d0457209f9
10
i3/config
10
i3/config
@ -194,7 +194,11 @@ bindsym XF86AudioRaiseVolume exec amixer set Master 3%+ #increase sound volume
|
||||
bindsym XF86AudioLowerVolume exec amixer set Master 3%- #decrease sound volume
|
||||
bindsym XF86AudioMute exec amixer set Master toggle # mute sound
|
||||
|
||||
bindsym $mod+Shift+h exec dbus-send --type=method_call --dest=org.gnome.ScreenSaver /org/gnome/ScreenSaver org.gnome.ScreenSaver.Lock
|
||||
|
||||
# lockscreen
|
||||
bindsym $mod+Shift+h exec sh ~/.config/i3/lock.sh
|
||||
#bindsym $mod+Shift+h exec i3lock -c 000000
|
||||
#bindsym $mod+Shift+h exec dbus-send --type=method_call --dest=org.gnome.ScreenSaver /org/gnome/ScreenSaver org.gnome.ScreenSaver.Lock
|
||||
|
||||
# class border backgr. text indicator child_border
|
||||
client.focused #0288D1 #0288D1 #B3E5FC #000000 #000000
|
||||
@ -208,4 +212,6 @@ client.background #ffffff
|
||||
# Removes border and title bar
|
||||
for_window [class="^.*"] border pixel 1
|
||||
new_window 1pixel
|
||||
#new_window normal 0 px
|
||||
#new_window normal 0 px
|
||||
|
||||
bindsym $mod+Shift+s exec scrot -b -d 5 '%Y:%m:%d:%H:%M:%S.png' -e 'mv $f ~/Desktop/'
|
Loading…
x
Reference in New Issue
Block a user