asdf
This commit is contained in:
parent
b830488b3b
commit
5c15f3752c
@ -13,7 +13,7 @@ tiling_drag modifier
|
|||||||
#exec base
|
#exec base
|
||||||
bindsym $mod+Return exec kitty
|
bindsym $mod+Return exec kitty
|
||||||
bindsym $mod+Shift+q kill
|
bindsym $mod+Shift+q kill
|
||||||
bindsym $mod+d exec --no-startup-id rofi -show drun -p "╔═[ SELECT PROGRAM ]═╗"
|
bindsym $mod+d exec rofi -modi drun,run -show drun -p ":>" -run-shell-command 'kitty' -e tcsh -ic "{cmd} && read"
|
||||||
|
|
||||||
# change focus
|
# change focus
|
||||||
bindsym $mod+j focus left
|
bindsym $mod+j focus left
|
||||||
@ -137,6 +137,8 @@ client.focused $accent $accent $fg solid
|
|||||||
client.unfocused $bg $bg $fg solid
|
client.unfocused $bg $bg $fg solid
|
||||||
client.urgent $urgent $urgent $fg solid
|
client.urgent $urgent $urgent $fg solid
|
||||||
|
|
||||||
|
exec polybar
|
||||||
|
|
||||||
bar {
|
bar {
|
||||||
colors {
|
colors {
|
||||||
background $bg
|
background $bg
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
options="Lock\nLogout\nShutdown\nReboot\nCancel"
|
options="Lock\nLogout\nShutdown\nReboot\nCancel"
|
||||||
chosen=$(echo -e "$options" | rofi -dmenu \
|
chosen=$(echo -e "$options" | rofi -dmenu \
|
||||||
-p "╔═[ POWER MENU ]═╗" \
|
-p ":>" \
|
||||||
-lines 5)
|
-lines 5)
|
||||||
|
|
||||||
case "$chosen" in
|
case "$chosen" in
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user