1
0
mirror of https://gitlab.com/linuxstuff/dotfiles.git synced 2026-06-17 19:25:59 +02:00

i3 config changes

This commit is contained in:
sim
2022-02-01 21:46:31 +01:00
parent 499ac07284
commit b544fc602d
8 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -1,10 +1,10 @@
title: Terminal
background_opacity: 0.8
env:
TERM: xterm-256color
window:
opacity: 0.8
dynamic_padding: true
padding:
x: 30
+1 -1
View File
@@ -1 +1 @@
alacritty.yml##h.pc
alacritty.yml##h.yoga3
+1 -1
View File
@@ -1,10 +1,10 @@
title: Terminal
background_opacity: 0.8
env:
TERM: xterm-256color
window:
opacity: 0.8
dynamic_padding: true
padding:
x: 30
+5 -5
View File
@@ -292,11 +292,11 @@ bindsym $mod+Ctrl+o exec --no-startup-id "sh ~/.config/polybar/launch.sh"
bindsym $mod+Escape mode "$mode_system"
set $mode_system | [s]hutdown , [r]eboot , [p]owersave , [h]ibernate , [l]ock , [e]xit
mode "$mode_system" {
bindsym s exec --no-startup-id ~/Scripts/Display/glitchlock/glitchlock.sh shutdown, mode "default"
bindsym r exec --no-startup-id ~/Scripts/Display/glitchlock/glitchlock.sh reboot, mode "default"
bindsym p exec --no-startup-id ~/Scripts/Display/glitchlock/glitchlock.sh suspend, mode "default"
bindsym h exec --no-startup-id ~/Scripts/Display/glitchlock/glitchlock.sh hibernate, mode "default"
bindsym l exec --no-startup-id ~/Scripts/Display/glitchlock/glitchlock.sh lock, mode "default"
bindsym s exec --no-startup-id bash ~/Scripts/Display/glitchlock/glitchlock.sh shutdown, mode "default"
bindsym r exec --no-startup-id bash ~/Scripts/Display/glitchlock/glitchlock.sh reboot, mode "default"
bindsym p exec --no-startup-id bash ~/Scripts/Display/glitchlock/glitchlock.sh suspend, mode "default"
bindsym h exec --no-startup-id bash ~/Scripts/Display/glitchlock/glitchlock.sh hibernate, mode "default"
bindsym l exec --no-startup-id bash ~/Scripts/Display/glitchlock/glitchlock.sh lock, mode "default"
bindsym e exit, mode "default"
# exit system mode: "Enter" or "Escape"
+1 -1
View File
@@ -1 +1 @@
picom.conf##h.pc
picom.conf##h.yoga3
@@ -1 +1 @@
c02-config-bars-base##h.pc
c02-config-bars-base##h.yoga3
+1 -1
View File
@@ -1 +1 @@
c03-config-bars##h.pc
c03-config-bars##h.yoga3
+1 -1
View File
@@ -1 +1 @@
launch.sh##h.pc
launch.sh##h.yoga3