Some small changes
This commit is contained in:
parent
28c79acf59
commit
55247264fc
5 changed files with 13 additions and 328 deletions
|
@ -21,9 +21,9 @@ env = HYPRCURSOR_SIZE,20
|
|||
|
||||
general {
|
||||
gaps_in = 5
|
||||
gaps_out = 5
|
||||
gaps_out = 10
|
||||
|
||||
border_size = 2
|
||||
border_size = 0
|
||||
|
||||
col.active_border = rgb(8839ef)
|
||||
col.inactive_border = rgb(ffffff)
|
||||
|
@ -34,14 +34,15 @@ general {
|
|||
resize_corner = 5
|
||||
allow_tearing = false
|
||||
|
||||
|
||||
layout = master
|
||||
}
|
||||
|
||||
decoration {
|
||||
rounding = 5
|
||||
rounding = 2
|
||||
|
||||
active_opacity = 1.0
|
||||
inactive_opacity = 0.9
|
||||
inactive_opacity = 0.5
|
||||
|
||||
#drop_shadow = true
|
||||
#shadow_range = 4
|
||||
|
@ -135,7 +136,7 @@ bind = $mainMod, E, exec, $terminal $fileManager
|
|||
#Rofi Powermenu
|
||||
bind = $mainMod, P, exec, ~/.config/rofi/powermenu/type-5/powermenu.sh
|
||||
#Rofi Launcher
|
||||
bind = $mainMod, Space, exec, ~/.config/rofi/launchers/type-4/launcher.sh
|
||||
bind = $mainMod, Space, exec, ~/.config/rofi/launchers/type-2/launcher.sh
|
||||
|
||||
#Grim & Slurp for Screenshot
|
||||
bind = $mainMod_Shift, S, exec, slurp | grim -g - /tmp/photo && wl-copy < /tmp/photo && notify-send 'Screenshot Copied to Clipboard'
|
||||
|
@ -177,8 +178,8 @@ bind = $mainMod, Tab, workspace, e-2
|
|||
bind = $mainMod, A, exec,bash ~/.config/rofi/wifi.sh
|
||||
|
||||
# Move focus with mainMod + arrow keys
|
||||
bind = $mainMod, left, movefocus, l
|
||||
bind = $mainMod, right, movefocus, r
|
||||
bind = $mainMod, l, movefocus, l
|
||||
bind = $mainMod, k, movefocus, r
|
||||
bind = $mainMod, up, movefocus, u
|
||||
bind = $mainMod, down, movefocus, d
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
preload = /home/archer/Downloads/wallpaper/lock-screen.png
|
||||
wallpaper = eDP-1, /home/archer/Downloads/wallpaper/lock-screen.png
|
||||
preload = /home/archer/Downloads/wallpaper/bxkx9z4xz4od1.jpeg
|
||||
wallpaper = eDP-1, /home/archer/Downloads/wallpaper/bxkx9z4xz4od1.jpeg
|
||||
splash = off
|
||||
ipc = off
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue