Compare commits
7 commits
0d7af92770
...
a6de14df91
Author | SHA1 | Date | |
---|---|---|---|
|
a6de14df91 | ||
|
82a8885fa8 | ||
|
ae8ee52cb7 | ||
|
9a91a35451 | ||
|
48165b760c | ||
|
2ab694c450 | ||
|
68343da746 |
6 changed files with 25 additions and 15 deletions
|
@ -96,6 +96,7 @@ $discord = webcord
|
|||
$deezer = deezer
|
||||
$bitwarden = bitwarden-desktop
|
||||
$joplin = joplin-desktop
|
||||
$matrix = element-desktop
|
||||
|
||||
# Modular sourcing
|
||||
$confDir = ~/.config/hypr/hyprland.conf.d
|
||||
|
@ -103,4 +104,3 @@ source = $confDir/bindings.conf
|
|||
source = $confDir/windowrules.conf
|
||||
source = $confDir/startup.conf
|
||||
source = $confDir/environment.conf
|
||||
|
||||
|
|
|
@ -97,8 +97,9 @@ bind = SHIFT ALT, Print, exec, glurp area file
|
|||
bind = $mainMod, D, exec, rofi -show drun
|
||||
bind = $mainMod, 36, exec, $terminal
|
||||
bind = $mainMod, F1, exec, $browser
|
||||
bind = $mainMod, F2, exec, joplin-desktop
|
||||
bind = $mainMod, F2, exec, $joplin
|
||||
bind = $mainMod, F3, exec, $bitwarden
|
||||
bind = $mainMod, F5, exec, $matrix
|
||||
bind = $mainMod, F4, exec, $discord
|
||||
bind = $mainMod, F5, exec, $deezer
|
||||
bind = $mainMod ALT, L, exec, swaylock
|
||||
|
|
10
config/mako/config
Normal file
10
config/mako/config
Normal file
|
@ -0,0 +1,10 @@
|
|||
background-color=#000000
|
||||
|
||||
text-color=#00FF00
|
||||
|
||||
border-size=1
|
||||
border-color=#00FF00
|
||||
|
||||
default-timeout=3000
|
||||
|
||||
anchor=bottom-right
|
|
@ -11,6 +11,7 @@ set $joplin joplin-desktop
|
|||
set $wallpaper ~/.local/share/backgrounds/artix-tube-text-green.jpg
|
||||
set $deezer deezer
|
||||
set $bitwarden bitwarden-desktop
|
||||
set $matrix element-desktop
|
||||
|
||||
input type:keyboard {
|
||||
xkb_layout fr
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
exec --no-startup-id swaybg -i $wallpaper
|
||||
exec --no-startup-id swaync
|
||||
exec --no-startup-id swayosd-server
|
||||
exec --no-startup-id xdg-session-start
|
||||
exec --no-startup-id $term
|
||||
exec --no-startup-id $term -e sudo -i
|
||||
|
||||
exec $term
|
||||
exec $term -e sudo -i
|
||||
|
|
|
@ -1,17 +1,18 @@
|
|||
# Sway
|
||||
bindsym $mod+Shift+q kill
|
||||
bindsym $mod+Shift+r reload
|
||||
bindsym $mod+Shift+e exec swaymsg exit
|
||||
bindsym $mod+Shift+e exec --no-startup-id swaymsg exit
|
||||
bindsym $mod+Mod1+l exec swaylock
|
||||
|
||||
# Launchers
|
||||
bindsym $mod+Return exec $term
|
||||
bindsym $mod+d exec $menu
|
||||
bindsym $mod+F1 exec $browser
|
||||
bindsym $mod+F2 exec $joplin
|
||||
bindsym $mod+F2 exec $browser
|
||||
bindsym $mod+F1 exec $joplin
|
||||
bindsym $mod+F3 exec $bitwarden
|
||||
bindsym $mod+F4 exec $discord
|
||||
bindsym $mod+F5 exec $deezer
|
||||
bindsym $mod+F4 exec $matrix
|
||||
bindsym $mod+F5 exec $discord
|
||||
bindsym $mod+F6 exec $deezer
|
||||
|
||||
# Windows
|
||||
bindsym $mod+$left focus left
|
||||
|
@ -89,11 +90,10 @@ mode "resize" {
|
|||
bindsym $mod+r mode "resize"
|
||||
|
||||
# Screenshots
|
||||
bindsym Print exec glurp full clip
|
||||
bindsym Print exec --no-startup-id glurp full clip
|
||||
bindsym Shift+Print exec glurp area clip
|
||||
bindsym Mod1+Print exec glurp full file
|
||||
bindsym Mod1+Print exec --no-startup-id glurp full file
|
||||
bindsym Mod1+Shift+Print exec glurp area file
|
||||
|
||||
# When locked
|
||||
bindsym --locked XF86Display exec togglescreen
|
||||
|
||||
bindsym --locked XF86Display exec --no-startup-id togglescreen
|
||||
|
|
Loading…
Reference in a new issue