(i3 ..) various small changes to i3 ecosystem
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
title = ghostty
|
title = spooky terminal
|
||||||
|
|
||||||
font-family = JetBrainsMono Nerd Font
|
font-family = JetBrainsMono Nerd Font
|
||||||
font-size = 16.0
|
font-size = 16.0
|
||||||
|
|||||||
@@ -47,7 +47,7 @@ exec_always --no-startup-id bash ~/.config/polybar/launch_polybar.sh
|
|||||||
|
|
||||||
# xss-lock grabs a logind suspend inhibit lock and will use i3lock to lock the
|
# xss-lock grabs a logind suspend inhibit lock and will use i3lock to lock the
|
||||||
# screen before suspend. Use loginctl lock-session to lock your screen.
|
# screen before suspend. Use loginctl lock-session to lock your screen.
|
||||||
exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork
|
exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork -e -c 7070bb
|
||||||
|
|
||||||
# NetworkManager is the most popular way to manage wireless networks on Linux,
|
# NetworkManager is the most popular way to manage wireless networks on Linux,
|
||||||
# and nm-applet is a desktop environment-independent system tray GUI for it.
|
# and nm-applet is a desktop environment-independent system tray GUI for it.
|
||||||
@@ -66,7 +66,7 @@ bindsym $mod+Shift+r restart
|
|||||||
## exit i3 (logs you out of your X session)
|
## exit i3 (logs you out of your X session)
|
||||||
bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -B 'Yes, exit i3' 'i3-msg exit'"
|
bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -B 'Yes, exit i3' 'i3-msg exit'"
|
||||||
## lock screen
|
## lock screen
|
||||||
bindsym $mod+Escape exec i3lock
|
bindsym $mod+Escape exec i3lock --nofork -e -c 7070bb
|
||||||
## kill focused window
|
## kill focused window
|
||||||
bindsym $mod+Shift+q kill
|
bindsym $mod+Shift+q kill
|
||||||
## start/kill compositor
|
## start/kill compositor
|
||||||
@@ -217,3 +217,5 @@ client.urgent $transp $back_focus $text_focus $transp $transp
|
|||||||
client.placeholder $transp $back_focus $text_focus $transp $transp
|
client.placeholder $transp $back_focus $text_focus $transp $transp
|
||||||
|
|
||||||
client.background #ffffff
|
client.background #ffffff
|
||||||
|
|
||||||
|
exec workspace number $sw1
|
||||||
|
|||||||
@@ -16,7 +16,6 @@ transparent-clipping = false;
|
|||||||
opacity-rule = [
|
opacity-rule = [
|
||||||
"90:class_g = 'Alacritty'",
|
"90:class_g = 'Alacritty'",
|
||||||
"90:class_g = 'com.mitchellh.ghostty'",
|
"90:class_g = 'com.mitchellh.ghostty'",
|
||||||
"85:class_g = 'Polybar'",
|
|
||||||
"95:class_g = 'SpeedCrunch'",
|
"95:class_g = 'SpeedCrunch'",
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
;==========================================================
|
;==========================================================
|
||||||
|
|
||||||
[colors]
|
[colors]
|
||||||
background = #080b1b
|
background = #080b16
|
||||||
background-alt = #373B41
|
background-alt = #373B41
|
||||||
foreground = #C5C8C6
|
foreground = #C5C8C6
|
||||||
primary = #15D7E5
|
primary = #15D7E5
|
||||||
@@ -25,6 +25,7 @@ secondary = #8ABEB7
|
|||||||
alert = #A54242
|
alert = #A54242
|
||||||
disabled = #707880
|
disabled = #707880
|
||||||
magenta = #E02482
|
magenta = #E02482
|
||||||
|
light-magenta = #FFA0D0
|
||||||
cyan = #15D7E5
|
cyan = #15D7E5
|
||||||
|
|
||||||
[bar/toph]
|
[bar/toph]
|
||||||
@@ -178,7 +179,7 @@ interval = 1
|
|||||||
date = %Y-%m-%d %H:%M:%S
|
date = %Y-%m-%d %H:%M:%S
|
||||||
|
|
||||||
label = %date%
|
label = %date%
|
||||||
label-foreground = ${colors.magenta}
|
label-foreground = ${colors.light-magenta}
|
||||||
|
|
||||||
[settings]
|
[settings]
|
||||||
screenchange-reload = true
|
screenchange-reload = true
|
||||||
|
|||||||
Reference in New Issue
Block a user