mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-02-18 06:31:01 +01:00
sway: move keybinds, add wdisplays win(-shift)-p
This commit is contained in:
parent
763f7fbf48
commit
5df0c930c1
@ -117,14 +117,6 @@ output * bg /usr/share/backgrounds/default.png fill
|
|||||||
bindsym $mod+Shift+Up move up
|
bindsym $mod+Shift+Up move up
|
||||||
bindsym $mod+Shift+Right move right
|
bindsym $mod+Shift+Right move right
|
||||||
|
|
||||||
# alt-tab, super-g
|
|
||||||
bindsym Mod1+Tab exec --no-startup-id wofi -show window
|
|
||||||
bindsym $mod+g exec --no-startup-id wofi -show window
|
|
||||||
# super-t
|
|
||||||
bindsym $mod+t exec --no-startup-id $TEXTEDITOR
|
|
||||||
# calculator
|
|
||||||
bindsym XF86Calculator exec --no-startup-id galculator
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Workspaces:
|
# Workspaces:
|
||||||
#
|
#
|
||||||
@ -218,26 +210,21 @@ mode "resize" {
|
|||||||
}
|
}
|
||||||
bindsym $mod+r mode "resize"
|
bindsym $mod+r mode "resize"
|
||||||
|
|
||||||
|
#
|
||||||
|
# Keybinds:
|
||||||
|
#
|
||||||
# Lock screen
|
# Lock screen
|
||||||
bindsym Control+$mod+l exec $ScreenLockCmd
|
bindsym Control+$mod+l exec $ScreenLockCmd
|
||||||
|
# alt-tab, super-g
|
||||||
#
|
bindsym Mod1+Tab exec --no-startup-id wofi -show window
|
||||||
# Status Bar:
|
bindsym $mod+g exec --no-startup-id wofi -show window
|
||||||
#
|
# super-t
|
||||||
# Read `man 5 sway-bar` for more information about this section.
|
bindsym $mod+t exec --no-startup-id $TEXTEDITOR
|
||||||
bar {
|
# calculator
|
||||||
position top
|
bindsym XF86Calculator exec --no-startup-id galculator
|
||||||
|
# Known from Windows display configuration
|
||||||
# When the status_command prints a new line to stdout, swaybar updates.
|
bindsym $mod+p exec wdisplays
|
||||||
# The default just shows the current date and time.
|
bindsym $mod+Shift+p exec wdisplays
|
||||||
status_command while date +'%Y-%m-%d %I:%M:%S %p'; do sleep 1; done
|
|
||||||
|
|
||||||
colors {
|
|
||||||
statusline #ffffff
|
|
||||||
background #323232
|
|
||||||
inactive_workspace #32323200 #32323200 #5c5c5c
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
# Reveal xwayland
|
# Reveal xwayland
|
||||||
for_window [shell=".*"] title_format "%title :: %shell"
|
for_window [shell=".*"] title_format "%title :: %shell"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user