Better
This commit is contained in:
parent
61558ca515
commit
fedcf15010
@ -28,6 +28,7 @@ $terminal = new-terminal
|
||||
$fileManager = dolphin
|
||||
$menu = rofi -show drun -theme ~/.config/rofi/theme.rasi
|
||||
$hyprscript = ~/.config/dotfiles/hypr/hyprscript
|
||||
$social = firefox "http://jdb.localhost/todo.html" "https://web.telegram.org" "https://web.whatsapp.com/" "https://discord.com/app" "https://nuage.polymny.studio/index.php/apps/calendar/"
|
||||
|
||||
|
||||
#################
|
||||
@ -43,8 +44,9 @@ exec-once = nm-applet
|
||||
exec-once = flameshot
|
||||
exec-once = blueberry-tray
|
||||
exec-once = nextcloud --background
|
||||
exec-once = [workspace special:social silent] $social
|
||||
exec-once = [workspace special:thunderbird silent] thunderbird
|
||||
exec-once = [workspace special:magic silent] alacritty
|
||||
exec-once = [workspace special:terminal silent] alacritty
|
||||
|
||||
source = ~/.config/dotfiles/hypr/exec-once.conf
|
||||
|
||||
@ -191,7 +193,8 @@ input {
|
||||
numlock_by_default = true
|
||||
|
||||
touchpad {
|
||||
natural_scroll = false
|
||||
natural_scroll = false,
|
||||
tap-to-click = false,
|
||||
}
|
||||
}
|
||||
|
||||
@ -227,8 +230,8 @@ bind = $mainMod, O, exec, $hyprscript movewindow
|
||||
bind = $mainMod, Tab, cyclenext
|
||||
|
||||
bind = $mainMod CTRL, R, exec, $hyprscript reload
|
||||
bind = $mainMod SHIFT, Q, exec, hyprctl dispatch exit
|
||||
|
||||
bind = $mainMod, Z, exec, firefox "http://jdb.localhost/todo.html" "https://web.telegram.org" "https://web.whatsapp.com/" "https://discord.com/app" "https://nuage.polymny.studio/index.php/apps/calendar/"
|
||||
bind = $mainMod, E, exec, firefox "ext+container:name=Yuzzit&url=https://yip.atlassian.net/wiki/spaces/Y/overview" "ext+container:name=Yuzzit&url=https://yip.atlassian.net/" "ext+container:name=Yuzzit&url=https://app.slack.com/client/T03UFFGJK/D07KS0S1LDT" "ext+container:name=Yuzzit&url=https://app.gather.town/app/bZRkf3gh7MIximOa/ytopenspace"
|
||||
|
||||
bind = $mainMod, C, exec, alacritty -e numbat
|
||||
@ -275,11 +278,9 @@ bind = $mainMod SHIFT, code:19, exec, $hyprscript movetoworkspace 10
|
||||
bind = , Print, exec, grim -g "$(slurp -d)" - | wl-copy
|
||||
|
||||
# Example special workspace (scratchpad)
|
||||
bind = $mainMod, Q, togglespecialworkspace, thunderbird
|
||||
bind = $mainMod SHIFT, Q, movetoworkspace, special:thunderbird
|
||||
|
||||
bind = $mainMod, S, togglespecialworkspace, magic
|
||||
bind = $mainMod SHIFT, S, movetoworkspace, special:magic
|
||||
bind = $mainMod, Q, togglespecialworkspace, social
|
||||
bind = $mainMod, S, togglespecialworkspace, thunderbird
|
||||
bind = $mainMod, D, togglespecialworkspace, terminal
|
||||
|
||||
# Scroll through existing workspaces with mainMod + scroll
|
||||
bind = $mainMod, mouse_down, workspace, e+1
|
||||
|
Loading…
x
Reference in New Issue
Block a user