Browse Source

adjusted swaync config, added window mode in rofi

pull/106/head
JaKooLit 2 years ago
parent
commit
c7eb9b5d1c
  1. 14
      config/hypr/configs/Keybinds.conf
  2. 4
      config/swaync/config.json

14
config/hypr/configs/Keybinds.conf

@ -9,8 +9,8 @@ $term = kitty
$scriptsDir = $HOME/.config/hypr/scripts
# rofi App launcher
bindr = $mainMod, $mainMod_L, exec, pkill rofi || rofi -show drun -modi drun,filebrowser,run
bind = $mainMod, D, exec, pkill rofi || rofi -show drun -modi drun,filebrowser,run
bindr = $mainMod, $mainMod_L, exec, pkill rofi || rofi -show drun -modi drun,filebrowser,run,window
bind = $mainMod, D, exec, pkill rofi || rofi -show drun -modi drun,filebrowser,run,window
bind = $mainMod, Return, exec, $term # Launch terminal
bind = CTRL ALT, Delete, exec, hyprctl dispatch exit 0
@ -167,8 +167,8 @@ bindm = $mainMod, mouse:273, resizewindow
# If you are using Ja's Hyprland dots as Host and wants to passthrough keyboard into a VM
#bind = $mainMod ALT, P, submap, passthru
#submap = passthru
# to unbind
#bind = $mainMod ALT, P, submap, reset
#submap = reset
bind = $mainMod ALT, P, submap, passthru
submap = passthru
to unbind
bind = $mainMod ALT, P, submap, reset
submap = reset

4
config/swaync/config.json

@ -6,7 +6,7 @@
"control-center-layer": "top",
"layer-shell": true,
"cssPriority": "application",
"control-center-margin-top": 10,
"control-center-margin-top": 5,
"control-center-margin-bottom": 0,
"control-center-margin-right": 0,
"control-center-margin-left": 0,
@ -20,7 +20,7 @@
"timeout-critical": 0,
"fit-to-screen": false,
"control-center-width": 350,
"control-center-height": 800,
"control-center-height": 720,
"notification-window-width": 400,
"keyboard-shortcuts": true,
"image-visibility": "when available",

Loading…
Cancel
Save