Small QoL changes
This commit is contained in:
parent
4bc551df91
commit
466e853e71
2 changed files with 8 additions and 13 deletions
|
@ -43,6 +43,8 @@
|
||||||
|
|
||||||
home-manager.users.charlotte = { pkgs, ... }: {
|
home-manager.users.charlotte = { pkgs, ... }: {
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
htop
|
||||||
|
inotify-tools
|
||||||
unzip
|
unzip
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
|
@ -87,8 +87,8 @@ in
|
||||||
# Common programs
|
# Common programs
|
||||||
assign [app_id="firefox"] 1
|
assign [app_id="firefox"] 1
|
||||||
assign [app_id="thunderbird"] 3
|
assign [app_id="thunderbird"] 3
|
||||||
assign [class="Joplin"] 3
|
|
||||||
assign [class="Rambox"] 4
|
assign [class="Rambox"] 4
|
||||||
|
assign [class="Joplin"] 4
|
||||||
|
|
||||||
# Launcher popup
|
# Launcher popup
|
||||||
for_window [app_id="launcher"] floating enable
|
for_window [app_id="launcher"] floating enable
|
||||||
|
@ -178,6 +178,11 @@ in
|
||||||
# lock screen
|
# lock screen
|
||||||
bindsym $mod+c exec ${pkgs.swaylock}/bin/swaylock -f -c 000000
|
bindsym $mod+c exec ${pkgs.swaylock}/bin/swaylock -f -c 000000
|
||||||
|
|
||||||
|
# toggle the current view inhibiting idle
|
||||||
|
bindsym $mod+i inhibit_idle open; border normal; mark --add inhibiting_idle
|
||||||
|
bindsym $mod+Shift+i inhibit_idle none; border pixel; unmark inhibiting_idle
|
||||||
|
|
||||||
|
|
||||||
# screenshot
|
# screenshot
|
||||||
bindsym Print exec ${screenshot}/bin/screenshot
|
bindsym Print exec ${screenshot}/bin/screenshot
|
||||||
bindsym Alt+Print exec ${screenshot}/bin/screenshot -d
|
bindsym Alt+Print exec ${screenshot}/bin/screenshot -d
|
||||||
|
@ -272,18 +277,6 @@ in
|
||||||
|
|
||||||
# move focus to the parent container
|
# move focus to the parent container
|
||||||
bindsym $mod+a focus parent
|
bindsym $mod+a focus parent
|
||||||
#
|
|
||||||
# Scratchpad:
|
|
||||||
#
|
|
||||||
# Sway has a "scratchpad", which is a bag of holding for windows.
|
|
||||||
# You can send windows there and get them back later.
|
|
||||||
|
|
||||||
# Move the currently focused window to the scratchpad
|
|
||||||
bindsym $mod+Shift+minus move scratchpad
|
|
||||||
|
|
||||||
# Show the next scratchpad window or hide the focused scratchpad window.
|
|
||||||
# If there are multiple scratchpad windows, this command cycles through them.
|
|
||||||
bindsym $mod+minus scratchpad show
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Status Bar:
|
# Status Bar:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue