Advertisement
Guest User

hypr.conf

a guest
Mar 8th, 2022
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.35 KB | None | 0 0
  1.  
  2. gaps_in=5
  3. border_size=1
  4. gaps_out= 9
  5. rounding= 10
  6. max_fps=60 # max fps for updates of config & animations
  7. layout=0 # 0 - dwindle (default), 1 - master
  8. focus_when_hover=1 # 0 - do not switch the focus when hover (only for tiling)
  9. main_mod=SUPER # For moving, resizing
  10. intelligent_transients=1 # keeps transients always on top.
  11. no_unmap_saving=1 # disables saving unmapped windows (seems to break sometimes)
  12.  
  13. # Execs
  14. exec=picom --experimental-backends
  15. exec= feh --bg-scale /home/luca/Pictures/Wallpapers/1569298167600.jpg
  16. exec= /home/luca/.config/polybar/./launch.sh
  17.  
  18. # Bar config
  19. Bar {
  20. enabled=1
  21. height=20
  22. col.bg=90282a36
  23. col.high=0xffff3333
  24. font.main=Product Sans
  25. font.secondary=Noto Sans
  26. }
  27.  
  28. # colors
  29. col.active_border=0xF28FAD
  30. col.inactive_border=0x77222222
  31.  
  32. # status command
  33. # deprecated
  34. # status_command=date +%a,\ %b\ %Y\ \ %I:%M\ %p
  35. #
  36.  
  37. # animations
  38. Animations {
  39. enabled=1
  40. speed=5
  41. cheap=1 # highly recommended
  42. borders=40
  43. workspaces=1
  44. }
  45.  
  46. # window rules
  47. windowrule=float,class:krunner
  48. windowrule=float,role:pop-up
  49. windowrule=float,role:task_dialog
  50. windowrule=monitor 0,class:krunner
  51. windowrule=size 500 50,class:krunner
  52. windowrule=move 700 500,class:krunner
  53.  
  54. # keybinds
  55. bind=SUPER,Tab,exec,rofi -show drun
  56. bind=SUPER,P,exec,/home/luca/.config/polybar/./launch.sh
  57. bind=SUPER,O,exec,/home/luca/.config/polybar/./kill.sh
  58. bind=SUPER,G,exec,google-chrome-stable --start-fullscreen
  59.  
  60. bind=SUPER,Q,killactive,window
  61.  
  62. bind=SUPER,LEFT,movewindow,l
  63. bind=SUPER,RIGHT,movewindow,r
  64. bind=SUPER,UP,movewindow,u
  65. bind=SUPER,DOWN,movewindow,d
  66.  
  67. bind=SUPER,LEFT,movefocus,l
  68. bind=SUPER,RIGHT,movefocus,r
  69. bind=SUPER,UP,movefocus,u
  70. bind=SUPER,DOWN,movefocus,d
  71.  
  72. bind=SUPER,F,fullscreen,
  73.  
  74.  
  75. # Workspaces
  76. bind=SUPER,1,workspace,1
  77. bind=SUPER,2,workspace,2
  78. bind=SUPER,3,workspace,3
  79. bind=SUPER,4,workspace,4
  80. bind=SUPER,5,workspace,5
  81. bind=SUPER,6,workspace,6
  82. bind=SUPER,7,workspace,7
  83. bind=SUPER,8,workspace,8
  84. bind=SUPER,9,workspace,9
  85.  
  86. bind=SUPERSHIFT,1,movetoworkspace,1
  87. bind=SUPERSHIFT,2,movetoworkspace,2
  88. bind=SUPERSHIFT,3,movetoworkspace,3
  89. bind=SUPERSHIFT,4,movetoworkspace,4
  90. bind=SUPERSHIFT,5,movetoworkspace,5
  91. bind=SUPERSHIFT,6,movetoworkspace,6
  92. bind=SUPERSHIFT,7,movetoworkspace,7
  93. bind=SUPERSHIFT,8,movetoworkspace,8
  94. bind=SUPERSHIFT,9,movetoworkspace,9
  95.  
  96. bind=SUPER,SPACE,togglefloating,
  97.  
  98.  
  99.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement